stop_poll


Description:

public async Ok stop_poll (int64 chat_id, int64 message_id, ReplyMarkup reply_markup) throws TDLibError

Stops a poll

Parameters:

chat_id

Identifier of the chat to which the poll belongs

message_id

Identifier of the message containing the poll. Use messageProperties.can_be_edited to check whether the poll can be stopped

reply_markup

The new message reply markup; pass null if none; for bots only