[Super Group]

This commit is contained in:
hrxiang
2022-07-15 18:19:17 +08:00
parent a9343bf892
commit c76bfeb07a
24 changed files with 376 additions and 81 deletions

View File

@@ -3,9 +3,12 @@ class ConversationType {
/// 单聊
static const single = 1;
/// 群
/// 群
static const group = 2;
/// 大群
static const superGroup = 3;
/// 通知
static const notification = 4;
}

View File

@@ -45,6 +45,9 @@ class MessageType {
/// 自定义表情
static const custom_face = 115;
/// 高级撤回
static const advancedRevoke = 118;
/// 通知类型
static const notificationBegin = 1000;