messages.saveGif

Add GIF to saved gifs list

 Method schema is available as of layer 44. Switch »

Parameters

Name Type Description
id InputDocument GIF to save
unsave Bool Whether to remove GIF from saved gifs list

Result

Bool

Possible errors

Code Type Description
400 GIF_ID_INVALID The provided GIF ID is invalid.
Go up