Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

ackContent?: string

消息内容。

ackId: string

已读消息的 ID。

chatType: "singleChat" | "groupChat"

会话类型。

from?: string

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

groupReadCount?: {}

消息已读人数。

Type declaration

  • [key: string]: number
id: string

消息 ID。

isChatThread?: boolean

消息是否为子区消息

mid?: string

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

to: string

消息接收方。

type: "read"

消息类型。

Generated using TypeDoc