Package org.drinkless.tdlib
Class TdApi.ReactionTypeEmoji
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ReactionType
org.drinkless.tdlib.TdApi.ReactionTypeEmoji
- Enclosing class:
- TdApi
A reaction with an emoji.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Text representation of the reaction. -
Constructor Summary
ConstructorsConstructorDescriptionA reaction with an emoji.ReactionTypeEmoji(String emoji) A reaction with an emoji. -
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
-
emoji
Text representation of the reaction. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ReactionTypeEmoji
public ReactionTypeEmoji()A reaction with an emoji. -
ReactionTypeEmoji
A reaction with an emoji.- Parameters:
emoji- Text representation of the reaction.
-
-
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
-