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

8 lines
128 B
Protocol Buffer

syntax = "proto3";
// Obf: GONDLGCFODB
message MailTextContent {
string title = 1;
string content = 2;
string sender = 3;
}