Protos: Sync spacing with iOS version of protos
FREEBIE
This commit is contained in:
parent
b238242ead
commit
7b62c4184e
1 changed files with 20 additions and 17 deletions
|
@ -101,8 +101,10 @@ message SyncMessage {
|
|||
GROUPS = 2;
|
||||
BLOCKED = 3;
|
||||
}
|
||||
|
||||
optional Type type = 1;
|
||||
}
|
||||
|
||||
message Read {
|
||||
optional string sender = 1;
|
||||
optional uint64 timestamp = 2;
|
||||
|
@ -120,6 +122,7 @@ message AttachmentPointer {
|
|||
enum Flags {
|
||||
VOICE_MESSAGE = 1;
|
||||
}
|
||||
|
||||
optional fixed64 id = 1;
|
||||
optional string contentType = 2;
|
||||
optional bytes key = 3;
|
||||
|
|
Loading…
Reference in a new issue