Raw.messages.SaveGif
Add gif to saved gifs list
messages.saveGif#327a30cb id:InputDocument unsave:Bool = Bool;
export namespace Raw {
export namespace messages {
export class SaveGif {
constructor(params: { id: Raw.TypeInputDocument; unsave: boolean }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x327a30cb
Property
id
: Raw.TypeInputDocumentGif to save
unsave
: booleanWhether to remove gif from saved gifs list