Add BORDERLESS and GIF attachment flags to proto
This commit is contained in:
parent
902e48e308
commit
ecb76b64a3
2 changed files with 4 additions and 0 deletions
|
@ -428,6 +428,8 @@ message SyncMessage {
|
|||
message AttachmentPointer {
|
||||
enum Flags {
|
||||
VOICE_MESSAGE = 1;
|
||||
BORDERLESS = 2;
|
||||
GIF = 3;
|
||||
}
|
||||
|
||||
oneof attachment_identifier {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue