UpdateMessagePoll#

class pyrogram.raw.types.UpdateMessagePoll#

The results of a poll have changed.

Constructor of Update.

Details:
  • Layer: 158

  • ID: ACA1657B

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

  • results (PollResults) – New poll results.

  • poll (Poll, optional) – If the server knows the client hasn’t cached this poll yet, the poll itself.