Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

ackContent?: string

消息内容。

ackId: string

已读消息的 ID。

chatType: "singleChat" | "groupChat"

会话类型。

deliverOnlineOnly?: boolean

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

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

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

groupReadCount?: {}

消息已读人数。

Type declaration

  • [key: string]: number
id: string

消息 ID。

isChatThread?: boolean

消息是否为子区消息

mid?: string

已读消息的 ID。该参数与 ackId 参数的值相同。

priority?: MessagePriority

消息优先级

to: string

消息接收方。

type: "read"

消息类型。

Generated using TypeDoc