replyWithDice

inline suspend fun TelegramBot.replyWithDice(    to: Message,     animationType: DiceAnimationType? = null,     disableNotification: Boolean = false,     protectContent: Boolean = false,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): ContentMessage<DiceContent>
inline suspend fun TelegramBot.replyWithDice(    toChatId: ChatId,     toMessageId: MessageId,     animationType: DiceAnimationType? = null,     disableNotification: Boolean = false,     protectContent: Boolean = false,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): ContentMessage<DiceContent>

Parameters