Skip to content

stopBusinessPoll

Function · TDLib 1.8.67 · d1085f9c

Stops a poll sent on behalf of a business account; for bots only

stopBusinessPoll(
  business_connection_id: string,
  chat_id: int53,
  message_id: int53,
  reply_markup: ReplyMarkup
) → BusinessMessage

business_connection_id

string

Unique identifier of business connection on behalf of which the message with the poll was sent

chat_id

int53

The chat the message belongs to

message_id

int53

Identifier of the message containing the poll

reply_markup

ReplyMarkup

The new message reply markup; pass null if none