Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

ackContent?: string

The message content.

ackId: string

The ID of the read message

chatType: "singleChat" | "groupChat"

Session type.

deliverOnlineOnly?: boolean

Whether the message is delivered only when the recipient(s) is/are online:

  • true: The message is delivered only when the recipient(s) is/are online. If the recipient is offline, the message is discarded.
  • (Default) false: The message is delivered when the recipient(s) is/are online. If the recipient(s) is/are offline, the message will not be delivered to them until they get online.
from?: string

The sender, which can only be the current user and can not be changed.

groupReadCount?: {}

The number of group members that have read the messages.

Type declaration

  • [key: string]: number
id: string

The message ID.

isChatThread?: boolean

Whether the message is a thread message.

mid?: string

The ID of the read message This parameter has the same value as ackId.

priority?: MessagePriority

Message priority.

to: string

The recipient.

type: "read"

The message type.

Generated using TypeDoc