data class SendDice : ReplyingMarkupSendMessageRequest<ContentMessage<DiceContent>>, ReplyMessageId, DisableNotification
(source)
(common)
<init> |
SendDice(chatId: ChatIdentifier, animationType: DiceAnimationType? = null, disableNotification: Boolean = false, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null) |
(common)
animationType |
val animationType: DiceAnimationType? |
(common)
chatId |
val chatId: ChatIdentifier |
(common)
disableNotification |
val disableNotification: Boolean |
(common)
replyMarkup |
val replyMarkup: KeyboardMarkup? |
(common)
replyToMessageId |
val replyToMessageId: MessageIdentifier? |
(common)
requestSerializer |
val requestSerializer: SerializationStrategy<*> |
(common)
resultDeserializer |
val resultDeserializer: DeserializationStrategy<ContentMessage<DiceContent>> |
(common)
method |
fun method(): String |