7 lines
No EOL
109 B
Protocol Buffer
7 lines
No EOL
109 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
message PrivateChatRsp {
|
|
int32 retcode = 3;
|
|
uint32 chat_forbidden_endtime = 5;
|
|
} |