Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CombineMsgBody

Index

Properties

broadcast?: boolean

判断是否是全局广播消息。

chatThread?: ChatThread

子区消息的信息。

chatThreadOverview?: ChatThreadOverview

子区消息的概览。

chatType: ChatType

会话类型。

combineLevel: number

合并消息的层级。

compatibleText: string

合并消息的兼容信息。

deliverOnlineOnly?: boolean

消息是否只投递给在线用户:

  • true: 只有消息接收方在线时才能投递成功。若接收方离线,则消息会被丢弃。
  • (默认)false: 如果用户在线,则直接投递;如果用户离线,消息会在用户上线时投递。
ext?: {}

消息扩展。

Type declaration

  • [key: string]: any
file_length?: number

文件大小。

filename: string

文件名。

from?: string

消息发送方,只能是当前用户,无法修改。

id: string

消息 ID。

isChatThread?: boolean

消息是否为子区消息

isContentReplaced?: boolean

消息内容是否已被替换。该属性仅在初始化时开启 useReplacedMessageContent 后有效。

msgConfig?: { allowGroupAck?: boolean; languages?: string[] }

群组会话时是否需返回已读回执。

Type declaration

  • Optional allowGroupAck?: boolean
  • Optional languages?: string[]
onlineState?: ONLINESTATETYPE

在线状态。

priority?: MessagePriority

消息优先级

reactions?: Reaction

消息的表情回复列表。

receiverList?: string[]

消息接收方列表。

secret?: string

下载文件需要的密钥。

summary: string

合并消息的摘要列表。

time: number

时间。

title: string

合并消息的标题。

to: string

消息接收方。

type: "combine"

消息类型。

url?: string

文件 URL。

Generated using TypeDoc