Package org.drinkless.tdlib
Class TdApi.PushMessageContentPollOptionAdded
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PushMessageContent
org.drinkless.tdlib.TdApi.PushMessageContentPollOptionAdded
- Enclosing class:
TdApi
An option was added to a poll.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.PushMessageContent
TdApi.PushMessageContent.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Text of the option. -
Constructor Summary
ConstructorsConstructorDescriptionAn option was added to a poll.An option was added to a poll. -
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
-
text
Text of the option. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PushMessageContentPollOptionAdded
public PushMessageContentPollOptionAdded()An option was added to a poll. -
PushMessageContentPollOptionAdded
An option was added to a poll.- Parameters:
text- Text of the option.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.PushMessageContent- Returns:
- this.CONSTRUCTOR
-