Update protobuf spec for GIFs

This commit is contained in:
Fedor Indutny 2021-06-08 13:15:31 -07:00 committed by GitHub
parent 13371fbeb7
commit fd579d62e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -436,7 +436,9 @@ message AttachmentPointer {
enum Flags {
VOICE_MESSAGE = 1;
BORDERLESS = 2;
GIF = 3;
// Our parser does not handle reserved in enums: DESKTOP-1569
// reserved 3;
GIF = 4;
}
oneof attachment_identifier {