Package org.drinkless.tdlib
Class TdApi.PollVoteStatistics
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PollVoteStatistics
- Enclosing class:
TdApi
A detailed statistics about poll votes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.A graph containing distribution of votes in the poll. -
Constructor Summary
ConstructorsConstructorDescriptionA detailed statistics about poll votes.PollVoteStatistics(TdApi.StatisticalGraph voteGraph) A detailed statistics about poll votes. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
voteGraph
A graph containing distribution of votes in the poll. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PollVoteStatistics
public PollVoteStatistics()A detailed statistics about poll votes. -
PollVoteStatistics
A detailed statistics about poll votes.- Parameters:
voteGraph- A graph containing distribution of votes in the poll.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-