Package org.drinkless.tdlib
Class TdApi.PollVoter
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PollVoter
- Enclosing class:
TdApi
Represents a poll voter.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intPoint in time (Unix timestamp) when the vote was added.The voter identifier. -
Constructor Summary
ConstructorsConstructorDescriptionRepresents a poll voter.PollVoter(TdApi.MessageSender voterId, int date) Represents a poll voter. -
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
-
voterId
The voter identifier. -
date
public int datePoint in time (Unix timestamp) when the vote was added. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PollVoter
public PollVoter()Represents a poll voter. -
PollVoter
Represents a poll voter.- Parameters:
voterId- The voter identifier.date- Point in time (Unix timestamp) when the vote was added.
-
-
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
-