Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IReceivedMessageV2

v2 版本中要吐给应用层的消息结构

Hierarchy

  • IReceivedMessageV2

Implemented by

Index

Properties

receiptResponse?: any
channelId?: string

会话标识预留字段

conversationType: ConversationType
targetId: string
senderUserId: string
content: any
objectName: string
messageType: string
messageId: number
messageUId: string
messageDirection: MessageDirection
offLineMessage: boolean
sentStatus: SentStatus
sentTime: number
receivedStatus: ReceivedStatus
receivedTime: number
canIncludeExpansion: boolean
expansion: null | {}
disableNotification: boolean
readReceiptInfo?: IReadReceiptInfo

消息已读回执信息,导航配置grpRRVer=1时群组类型消息内存在, 其他情况为undefined

pushConfig?: IPushConfig