NahidaImpact/NahidaImpact.Protocol/PrivateChatNotify.proto
2024-01-04 16:48:39 +03:00

10 lines
118 B
Protocol Buffer

syntax = "proto3";
import "ChatInfo.proto";
// CmdId: 4952
message PrivateChatNotify {
ChatInfo chat_info = 9;
}