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
2
ts/textsecure.d.ts
vendored
2
ts/textsecure.d.ts
vendored
|
@ -575,6 +575,8 @@ export declare class AttachmentPointerClass {
|
|||
|
||||
static Flags: {
|
||||
VOICE_MESSAGE: number;
|
||||
BORDERLESS: number;
|
||||
GIF: number;
|
||||
};
|
||||
|
||||
cdnId?: ProtoBigNumberType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue