Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

ChatType: "singleChat" | "groupChat" | "chatRoom"
MessagePriority: "high" | "normal" | "low"

聊天室消息的送达优先级。

目前,仅聊天室消息支持该属性,不传默认为中优先级。

MessageType: "read" | "delivery" | "channel" | "txt" | "cmd" | "custom" | "loc" | "img" | "audio" | "file" | "video" | "combine"
ModifiedEventMessage: Message.TextMsgBody | Message.CustomMsgBody

onModifiedMessage 事件支持的消息。

ModifiedMsg: Message.TextMsgBody

修改的消息。

Generated using TypeDoc