This commit is contained in:
xianghr
2022-09-09 17:17:31 +08:00
parent a6aea5496a
commit cd06c3bb5a
10 changed files with 180 additions and 62 deletions

View File

@@ -45,6 +45,12 @@ class MessageType {
/// 自定义表情
static const custom_face = 115;
/// 群消息已读回执
static const groupHasReadReceipt = 116;
/// 富文本消息
static const advancedText = 117;
/// 高级撤回
static const advancedRevoke = 118;