Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IInsertMessage

Insert message structure

Hierarchy

  • IInsertMessage

Index

Properties

conversationType: number

Conversation type

targetId: string

Conversation ID

channelId: string

Channel ID

messageDirection: number

Message direction

messageType: string

Message types

content: any

Message content

messageUId: string

Message ID

senderUserId: string

Sender ID

sentStatus?: number

Sending status

sentTime?: number

Sending time

disableNotification?: boolean

Whether to store

canIncludeExpansion?: boolean

Whether to count

expansion?: null | {}

Message extension

receivedStatus?: number

Receipt status

receivedStatusInfo?: IReceivedStatusInfo

Receipt status details

directedUserIds?: string[]

Target user list

isUnread?: boolean

Whether inserting a message counts towards unread count: true counts, false does not count. Default is false.

searchContent?: string

Message search keyword

source?: string

Source

isMentioned?: boolean

Whether it is an @ mention message

disableUpdateLastMessage?: boolean

Prevents updating to the latest message in the conversation. Default is false: updates, true: does not update.