Animation.add_to_gifs()¶ Animation.add_to_gifs()¶ Bound method add_to_gifs of Message. Usable by Users BotsUse as a shortcut for: await app.add_to_gifs(message.animation.file_id) Parameters: unsave (bool, optional) – Whether to remove the GIF from the list of saved GIFs. Defaults to False. Returns: bool – True on success.