MadelineProtoDocs/docs/TD_docs/methods/addSavedAnimation.md

1.1 KiB

title description image
addSavedAnimation Manually adds new animation to the list of saved animations. New animation is added to the beginning of the list. If the animation is already in the list, at first it is removed from the list. Only non-secret video animations with MIME type "video/mp4" can be added to the list https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Method: addSavedAnimation

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Manually adds new animation to the list of saved animations. New animation is added to the beginning of the list. If the animation is already in the list, at first it is removed from the list. Only non-secret video animations with MIME type "video/mp4" can be added to the list

Parameters:

Name Type Description Required
animation InputFile Animation file to add. Only known to server animations (i. e. successfully sent via message) can be added to the list Yes

Return type: Ok