Skip to content

addSavedAnimation

Sahri Riza Umami edited this page Dec 8, 2016 · 3 revisions

Manually adds new animation to the list of saved animations.

addSavedAnimation(id)

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 video animations with MIME type "video/mp4" can be added to the list.

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

Example

addSavedAnimation(id)

Test script
Frequently Asked Questions
The Functions

Clone this wiki locally