Fixed field numbers

Added `name` field to AccountMessage
This commit is contained in:
Tristan B. Velloza Kildaire 2021-08-27 15:04:48 +02:00
parent 94e7512ba7
commit 2a33ec7c68
1 changed files with 7 additions and 1 deletions

View File

@ -43,7 +43,13 @@ message AccountMessage
}
// The type of the account command
MessageType type = 1;
MessageType type = 0;
// The user to which the command applies
string name = 1;
// Additional data (dependent on command)
bytes additionalData = 2;
}
// ChannelMessage