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>.

NameTypeDescription
chat_idstringIdentifier of the chat to which the poll belongs.
message_idstringIdentifier of the message containing the poll.
reply_markupReplyMarkupThe new message reply markup; pass null if none; for bots only.

More details on telegram's documentation.