Skip to content

UpdatePollAnswer

Update · TDLib 1.8.67 · d1085f9c

A user changed the answer to a poll; for bots only

UpdatePollAnswer(
  poll_id: int64,
  voter_id: MessageSender,
  option_ids: list of string,
  option_positions: list of int32
) → Update

poll_id

int64

Unique poll identifier

voter_id

MessageSender

Identifier of the message sender that changed the answer to the poll

option_ids

list of string

Unique identifiers of answer options, that were chosen by the user

option_positions

list of int32

0-based identifiers of answer options, that were chosen by the user