Module tdlight.api

Class TdApi.ReactionTypeEmoji

Enclosing class:
TdApi

public static final 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
      See Also:
  • Constructor Details

    • ReactionTypeEmoji

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

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

      public ReactionTypeEmoji(DataInput input) throws IOException
      A reaction with an emoji.
      Throws:
      IOException
  • Method Details