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

8 lines
149 B
Protocol Buffer

syntax = "proto3";
message StopServerInfo {
string content_msg = 4;
string url = 3;
uint32 stop_begin_time = 1;
uint32 stop_end_time = 2;
}