Package org.drinkless.tdlib
Class TdApi.MessagePollOptionDeleted
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageContent
org.drinkless.tdlib.TdApi.MessagePollOptionDeleted
- Enclosing class:
TdApi
A message with information about a deleted poll option.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.MessageContent
TdApi.MessageContent.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Identifier of the deleted option in the poll.longIdentifier of the message with the poll; can be an identifier of a deleted message or 0.Text of the option; 1-100 characters; may contain only custom emoji entities. -
Constructor Summary
ConstructorsConstructorDescriptionA message with information about a deleted poll option.MessagePollOptionDeleted(long pollMessageId, String optionId, TdApi.FormattedText text) A message with information about a deleted poll option. -
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
-
pollMessageId
public long pollMessageIdIdentifier of the message with the poll; can be an identifier of a deleted message or 0. -
optionId
Identifier of the deleted option in the poll. -
text
Text of the option; 1-100 characters; may contain only custom emoji entities. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessagePollOptionDeleted
public MessagePollOptionDeleted()A message with information about a deleted poll option. -
MessagePollOptionDeleted
A message with information about a deleted poll option.- Parameters:
pollMessageId- Identifier of the message with the poll; can be an identifier of a deleted message or 0.optionId- Identifier of the deleted option in the poll.text- Text of the option; 1-100 characters; may contain only custom emoji entities.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.MessageContent- Returns:
- this.CONSTRUCTOR
-