Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • UpdateMessageOptions

Index

Properties

env?: string

抄送相关-环境变量

注:开发者可以根据不同的 env 配置不同的抄送和回调地址。仅当 routeEnable 为 true 时生效

ext?: string

扩展字段

message: { antiSpamInfo?: QChatMessageAntiSpamInfo; body?: string; channelId: string; ext?: string; msgIdServer: string; serverId: string; status?: number; subType?: number; time: number }

要更新的消息内容

其中必填 serverId、channelId、msgIdServer、time 用于区分消息

其中选填 body、ext、作为可更新的内容

Type declaration

  • Optional antiSpamInfo?: QChatMessageAntiSpamInfo

    反垃圾相关字段

  • Optional body?: string

    消息的内容

  • channelId: string

    消息所属的频道的id

  • Optional ext?: string

    扩展字段

  • msgIdServer: string

    IM 服务端生成的消息 id,如果消息发送成功,服务器将会赋予这个值.

    注意:不要和上面的 serverId 概念混起来

  • serverId: string

    消息所属的服务器的id

  • Optional status?: number

    消息的状态,必须大于等于 10000,视为自定义状态

  • Optional subType?: number

    消息子类型

  • time: number

    消息发送成功的时间戳(单位毫秒)

ps?: string

操作附言

pushContent?: string

推送相关-推送内容

pushPayload?: StrAnyObj

推送相关-推送参数

routeEnable?: boolean

开关位-抄送相关:消息是否需要抄送。

默认为 true