Stop Poll Request
data class StopPollRequest(chatId: Int, messageId: Int, replyMarkup: InlineKeyboardMarkup?)
Content copied to clipboard
Request body for stopPoll
Parameters
chatId
Unique identifier for the target chat or username of the target channel (in the format @channelusername)
messageId
Identifier of the original message with the poll
replyMarkup
A JSON-serialized object for a new message inline keyboard.
Constructors
StopPollRequest
Link copied to clipboard
fun StopPollRequest(chatId: Int, messageId: Int, replyMarkup: InlineKeyboardMarkup? = null)
Content copied to clipboard
Unique identifier for the target chat or username of the target channel (in the format @channelusername)
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
copy
Link copied to clipboard
fun copy(chatId: Int, messageId: Int, replyMarkup: InlineKeyboardMarkup? = null): StopPollRequest
Content copied to clipboard