Package org.drinkless.tdlib
Class TdApi.SavedMessagesTag
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.SavedMessagesTag
- Enclosing class:
- TdApi
Represents a tag used in Saved Messages or a Saved Messages topic.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intNumber of times the tag was used; may be 0 if the tag has non-empty label.Label of the tag; 0-12 characters.The tag. -
Constructor Summary
ConstructorsConstructorDescriptionRepresents a tag used in Saved Messages or a Saved Messages topic.SavedMessagesTag(TdApi.ReactionType tag, String label, int count) Represents a tag used in Saved Messages or a Saved Messages topic. -
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
-
tag
The tag. -
label
Label of the tag; 0-12 characters. Always empty if the tag is returned for a Saved Messages topic. -
count
public int countNumber of times the tag was used; may be 0 if the tag has non-empty label. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SavedMessagesTag
public SavedMessagesTag()Represents a tag used in Saved Messages or a Saved Messages topic. -
SavedMessagesTag
Represents a tag used in Saved Messages or a Saved Messages topic.- Parameters:
tag- The tag.label- Label of the tag; 0-12 characters. Always empty if the tag is returned for a Saved Messages topic.count- Number of times the tag was used; may be 0 if the tag has non-empty label.
-
-
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
-