Last active
May 19, 2017 12:56
-
-
Save psrok1/2aeeb3aa9b1c89f79d9014f2db2bb62d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
message SpamRequest { | |
message SpamRequestBody { | |
required string botId = 1; | |
required int32 flags = 2 [default = 3]; | |
required string additionalData = 3; | |
} | |
required int32 command = 1 [default = 18]; | |
optional SpamRequestBody spamRequest = 2; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment