View Source ExTDLib.Method.StopPoll (ExTDLib v0.0.4)
Stops a poll. A poll in a message can be stopped when the message has can_be_edited flag is set. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Identifier of the chat to which the poll belongs. |
| message_id | string | Identifier of the message containing the poll. |
| reply_markup | ReplyMarkup | The new message reply markup; pass null if none; for bots only. |
More details on telegram's documentation.