Layer 227
StatsPollStatsObj
Statistics for a poll sent in a message.
constructor
stats.pollStats#2999beed votes_graph:StatsGraph = stats.PollStats;
Parameters
| Name | Type | Description |
|---|---|---|
| VotesGraph | StatsGraph | A graph containing the number of votes cast in the poll over time |
Returns
stats.PollStatsGogram Example
// Creating StatsPollStatsObj constructor obj := &tg.StatsPollStatsObj{ VotesGraph: &tg.StatsGraph{}, }