Package org.drinkless.tdlib
Class TdApi.PollVoters
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PollVoters
- Enclosing class:
TdApi
Represents a list of poll voters.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intApproximate total number of poll voters found.List of poll voters. -
Constructor Summary
ConstructorsConstructorDescriptionRepresents a list of poll voters.PollVoters(int totalCount, TdApi.PollVoter[] voters) Represents a list of poll voters. -
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
-
totalCount
public int totalCountApproximate total number of poll voters found. -
voters
List of poll voters. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PollVoters
public PollVoters()Represents a list of poll voters. -
PollVoters
Represents a list of poll voters.- Parameters:
totalCount- Approximate total number of poll voters found.voters- List of poll voters.
-
-
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
-