NahidaImpact/NahidaImpact.Protocol/MailTextContent.proto

9 lines
128 B
Protocol Buffer
Raw Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
// Obf: GONDLGCFODB
message MailTextContent {
string title = 1;
string content = 2;
string sender = 3;
}