NahidaImpact/NahidaImpact.Protocol/PrivateChatReq.proto

10 lines
159 B
Protocol Buffer
Raw Permalink Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
message PrivateChatReq {
uint32 target_uid = 12;
oneof content {
string text = 1;
uint32 icon = 4;
}
}