UpdateMessagePollVote#

class pyrogram.raw.types.UpdateMessagePollVote#

A specific peer has voted in a poll.

Constructor of Update.

Details:
  • Layer: 158

  • ID: 106395C9

Parameters:
  • poll_id (int 64-bit) – Poll ID.

  • user_id (int 64-bit) – N/A

  • options (List of bytes) – Chosen option(s).

  • qts (int 32-bit) – New qts value.