master_huanxiang
wangyuan 2019-09-11 18:15:38 +08:00
parent bddb28af73
commit 2a8bda3cc7
1 changed files with 5 additions and 1 deletions

View File

@ -38,7 +38,11 @@ message SendChatInfoReqest {
optional string message = 2; //
optional int32 friendId = 3; // id
}
message SendChatInfoResponse {
optional ChatInfo chatInfo = 1;
}
message SendChatInfoIndication {
optional ChatInfo chatInfo = 1;
}
}