Browse Source

add 撤回消息

master
DengBiao 1 year ago
parent
commit
f74948c299
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      gim/push.ext.proto

+ 2
- 1
gim/push.ext.proto View File

@@ -41,7 +41,8 @@ message UpdateGroupPush {
string name = 3; // 群组名称
string avatar_url = 4; // 群组头像
string introduction = 5; // 群组简介
string extra = 6; // 附加字段
bool isUpdateIntroduction = 6; // 是否更新群组简介
string extra = 7; // 附加字段
}

// 添加群组成员 PC_AGREE_ADD_GROUPS = 120


Loading…
Cancel
Save