好友聊天推送

master_huanxiang
gaojie 2019-06-11 17:57:57 +08:00
parent 7b55af89bc
commit 14bed7e3f6
1 changed files with 4 additions and 1 deletions

View File

@ -26,11 +26,14 @@ message GetChatMessageInfoRequest {
message GetChatMessageInfoResponse {
repeated ChatInfo chatInfo = 1;
}
message SendChatInfoReqest {
optional int32 chatType = 1; // 1: 2: 3
optional string message = 2; //
optional int32 friendId = 3; // id
}
message SendChatInfoIndication {
optional ChatInfo chatInfo = 1;
}