Class TdApi.ReactionTypeEmoji

Enclosing class:
TdApi

public static class TdApi.ReactionTypeEmoji extends TdApi.ReactionType
A reaction with an emoji.
  • Field Details

    • emoji

      public String emoji
      Text representation of the reaction.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • ReactionTypeEmoji

      public ReactionTypeEmoji()
      A reaction with an emoji.
    • ReactionTypeEmoji

      public ReactionTypeEmoji(String emoji)
      A reaction with an emoji.
      Parameters:
      emoji - Text representation of the reaction.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR