Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CombineMsgBody

Index

Properties

chatThread?: ChatThread

The information of a threaded message.

chatThreadOverview?: ChatThreadOverview

The overview of a threaded message.

chatType: ChatType

The conversation type.

combineLevel: number

The level of the combined message.

compatibleText: string

The compatible text of the combined message.

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.
ext?: {}

Message extension.

Type declaration

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

The file size.

filename: string

The file name.

from?: string

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

id: string

The message ID.

isChatThread?: boolean

Whether the message is a threaded message.

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

Whether message read receipts are required during a group conversation.

Type declaration

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

The online state.

priority?: MessagePriority

The message priority.

reactions?: Reaction

The Reaction list of the message.

receiverList?: string[]

The list of message recipients.

secret?: string

The secret key required to download the file.

summary: string

The summary list of the combined message.

time: number

Time.

title: string

The title of the combined message.

to: string

The recipient.

type: "combine"

The message type.

url?: string

The file URL.

Generated using TypeDoc