UpdateMessagePollVote¶
- class pyrogram.raw.types.UpdateMessagePollVote[source]¶
A specific peer has voted in a poll (this update can only be received by a bot).
Constructor of
Update.- Details:
Layer:
229ID:
7699F014
- Parameters:
poll_id (
int64-bit) – Poll IDpeer (
Peer) – The peer that voted in the polloptions (List of
bytes) – Chosen option(s)positions (List of
int32-bit) – 0-based indices of the voted options within theanswersvector, corresponding element-by-element tooptionsqts (
int32-bit) – New qts value, see updates » for more info.