stopPoll

suspend fun TelegramBot.stopPoll(    chatId: ChatIdentifier,     messageId: MessageId,     replyMarkup: InlineKeyboardMarkup? = null): Poll
suspend fun TelegramBot.stopPoll(    chat: Chat,     messageId: MessageId,     replyMarkup: InlineKeyboardMarkup? = null): Poll
suspend fun TelegramBot.stopPoll(    chatId: ChatId,     message: Message,     replyMarkup: InlineKeyboardMarkup? = null): Poll
suspend fun TelegramBot.stopPoll(    chat: Chat,     message: Message,     replyMarkup: InlineKeyboardMarkup? = null): Poll

Parameters