Raw.UpdateMessagePoll
The results of a poll have changed
updateMessagePoll#aca1657b flags:# poll_id:long poll:flags.0?Poll results:PollResults = Update;
export namespace Raw {
export class UpdateMessagePoll {
constructor(params: { pollId: bigint; poll?: Raw.TypePoll; results: Raw.TypePollResults }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xaca1657b
Property
pollId
: bigintPoll id
poll
: Raw.TypePoll or undefinedIf the server knows the client hasn’t cached this poll yet, the poll itself
results
: Raw.TypePollResultsNew poll results