animation

inline suspend fun TelegramBot.animation(file: ImplicitFile, chatId: Long)(source)
inline suspend fun TelegramBot.animation(noinline block: () -> String, chatId: Long)(source)
inline suspend fun TelegramBot.animation(ba: ByteArray, chatId: Long)(source)
inline suspend fun TelegramBot.animation(file: InputFile, chatId: Long)(source)