api.stopPoll()
Stops a poll. A poll in a message can be stopped when the message has can_be_edited flag set
Parameters
StopPollParams
:chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
chatId | number | Identifier of the chat to which the poll belongs |
messageId | number | Identifier of the message containing the poll |
replyMarkup | The new message reply markup; pass null if none; for bots only |