stats.PollStats#

class pyrogram.raw.types.stats.PollStats#

Statistics for a poll sent in a message.

Constructor of PollStats.

Details:
  • Layer: 227

  • ID: 2999BEED

Parameters:

votes_graph (StatsGraph) – A graph containing the number of votes cast in the poll over time

Functions:

This object can be returned by 1 function.

stats.GetPollStats

Get statistics for a poll sent in a message.