Raw.UpdateMessagePollVote
A specific peer has voted in a poll
updateMessagePollVote#24f40e77 poll_id:long peer:Peer options:Vector<bytes> qts:int = Update;
export namespace Raw {
export class UpdateMessagePollVote {
constructor(params: {
pollId: bigint;
peer: Raw.TypePeer;
options: Array<Buffer>;
qts: number;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x24f40e77
Property
pollId
: bigintPoll id
peer
: Raw.TypePeerThe peer that voted in the poll
options
: Array of BufferChosen option(s)
qts
: numberNew qts value, see updates for more info.