1
This commit is contained in:
parent
b97b960d27
commit
53bcf2bc04
@ -275,7 +275,7 @@ message SMFriendDeleteBlack
|
||||
//建群
|
||||
message CMTeamCreate
|
||||
{
|
||||
optional string group_name = 1; //群名称
|
||||
optional string team_name = 1; //群名称
|
||||
}
|
||||
//建群返回
|
||||
message SMTeamCreate
|
||||
@ -287,7 +287,7 @@ message SMTeamCreate
|
||||
//加群
|
||||
message CMTeamJoin
|
||||
{
|
||||
optional int64 group_id = 1; //群id
|
||||
optional int64 team_id = 1; //群id
|
||||
}
|
||||
//加群返回
|
||||
message SMTeamJoin
|
||||
@ -342,7 +342,7 @@ message SMTeamDismiss
|
||||
//群改名
|
||||
message CMTeamRename
|
||||
{
|
||||
optional string new_group_name = 1; //新群名
|
||||
optional string new_team_name = 1; //新群名
|
||||
}
|
||||
message SMTeamRename
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user