8 lines
67 B
Protocol Buffer
8 lines
67 B
Protocol Buffer
|
|
package Messages;
|
|
|
|
message Request
|
|
{
|
|
optional string text = 1;
|
|
}
|