Layer 227
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.PollStats

Gogram Example

// Creating StatsPollStatsObj constructor
obj := &tg.StatsPollStatsObj{
    VotesGraph: &tg.StatsGraph{},
}