Skip to content
  1. MTKruto/
  2. Walkthrough/
  3. Saved Animations
  1. Listing Animations
  2. Updating the List
Guides

Saved AnimationsUSER-ONLY

User Walkthrough · 31 of 50

Users can manage animations saved to their account.

Listing Animations

getSavedAnimations returns the saved animations.

const animations = await client.getSavedAnimations();

Updating the List

saveAnimation and unsaveAnimation add and remove animations from the list.

await client.saveAnimation(fileId);
await client.unsaveAnimation(fileId);
PreviousMessage SummariesNextBots and Mini Apps
© 2023-2026 MTKruto
TelegramGitHub
Appearance