Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/QChatMsgServiceInterface

Index

Type Aliases

GetThreadRootMessagesMetaResult: { msgIdServer: string; msgTime: number; timestamp: number; total: number }[]
ReplyMessageOptions: SendMessageOptions & IUploadFileOptions & { replyMessage: QChatMessage }

回复消息的入参 = 普通消息类型定义 + 文件类型的扩展 + 回复消息的扩展

TDeliveryStatus: keyof typeof EDeliveryStatus

消息的送达状态,区分发送中,发送失败,发送成功三种。

TMsgType: keyof typeof EMsgType
TNotifyReason: keyof typeof ENotifyReason
TQChatMessageReferType: keyof typeof EQChatMessageReferType
TSortType: keyof typeof QChatEServerSortType
TSystemMessageType: keyof typeof ESystemMessageType