updateMessagePollVote

A specific peer has voted in a poll

updateMessagePollVote#106395c9 poll_id:long user_id:long options:Vector<bytes> qts:int = Update;

Parameters

Name Type Description
poll_id long Poll ID
peer Peer The peer that voted in the poll
options Vector<bytes> Chosen option(s)
qts int New qts value, see updates ยป for more info.

Type

Update

Related pages

Working with Updates

How to subscribe to updates and handle them properly.