UpdateMessagePoll#

class pyrogram.raw.types.UpdateMessagePoll#

The results of a poll have changed

Constructor of Update.

Details:
  • Layer: 227

  • ID: D64C522B

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

  • results (PollResults) – New poll results

  • peer (Peer, optional) – Peer of the message containing the poll

  • msg_id (int 32-bit, optional) – Message ID of the poll

  • top_msg_id (int 32-bit, optional) – If the poll is in a forum topic, the ID of the top message of the topic

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