11 lines
118 B
Protocol Buffer
11 lines
118 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
import "ChatInfo.proto";
|
||
|
// CmdId: 4952
|
||
|
message PrivateChatNotify {
|
||
|
ChatInfo chat_info = 9;
|
||
|
}
|