Raw.UpdateMessagePollVote

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 : bigint

    Poll id

  • peer : Raw.TypePeer

    The peer that voted in the poll

  • options : Array of Buffer

    Chosen option(s)

  • qts : number

    New qts value, see updates for more info.