1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-19 14:53:48 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests.send/-send-dice/-send-dice.md
2021-03-17 15:18:37 +00:00

12 lines
917 B
Markdown

//[docs](../../../index.md)/[dev.inmo.tgbotapi.requests.send](../index.md)/[SendDice](index.md)/[SendDice](-send-dice.md)
# SendDice
[common]
Content
fun [SendDice](-send-dice.md)(chatId: [ChatIdentifier](../../dev.inmo.tgbotapi.types/-chat-identifier/index.md), animationType: [DiceAnimationType](../../dev.inmo.tgbotapi.types.dice/-dice-animation-type/index.md)? = null, disableNotification: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, replyToMessageId: [MessageIdentifier](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FMessageIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)? = null, allowSendingWithoutReply: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null, replyMarkup: [KeyboardMarkup](../../dev.inmo.tgbotapi.types.buttons/-keyboard-markup/index.md)? = null)