setMessageReaction
inline suspend fun TelegramBot.setMessageReaction(messageId: Long, reaction: List<ReactionType>? = null, isBig: Boolean? = null, chatId: Long)(source)
inline suspend fun TelegramBot.setMessageReaction(messageId: Long, vararg reaction: ReactionType, isBig: Boolean? = null, chatId: Long)(source)
inline suspend fun TelegramBot.setMessageReaction(messageId: Long, isBig: Boolean? = null, noinline reaction: ListingBuilder<ReactionType>.() -> Unit, chatId: Long)(source)