data class StopPoll : MessageAction, SimpleRequest<Poll>, ReplyMarkup
(source)
(common)
<init> |
StopPoll(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null) |
(common)
chatId |
val chatId: ChatIdentifier |
(common)
messageId |
val messageId: MessageIdentifier |
(common)
replyMarkup |
val replyMarkup: InlineKeyboardMarkup? |
(common)
requestSerializer |
val requestSerializer: SerializationStrategy<*> |
(common)
resultDeserializer |
val resultDeserializer: DeserializationStrategy<Poll> |
(common)
method |
fun method(): String |