removeSavedAnimation - libtd-ktx

Kotlin Coroutines extensions for Telegram API TDLib (Telegram Database library)


libtd-ktx / kotlinx.telegram.coroutines / removeSavedAnimation

removeSavedAnimation

suspend fun TelegramFlow.removeSavedAnimation(animation: InputFile?): Unit

Suspend function, which removes an animation from the list of saved animations.

Parameters

animation - Animation file to be removed.