stats.PollStats
- class pyrogram.raw.base.stats.PollStats
Telegram API base type.
- Constructors:
This base type has 1 constructor available.
Telegram API type.
- Functions:
This object can be returned by 1 function.
Telegram API function.
TL Schema
stats.pollStats#2999beed
votes_graph:StatsGraph
= stats.PollStats
Parameter Tree
PollStats
└── votes_graph →
StatsGraphExample
PollStats(
votes_graph=StatsGraphAsync(token="text"),
)