Class TdApi.ReactionTypeCustomEmoji

Enclosing class:
TdApi

public static class TdApi.ReactionTypeCustomEmoji extends TdApi.ReactionType
A reaction with a custom emoji.
  • Field Details

    • customEmojiId

      public long customEmojiId
      Unique identifier of the custom emoji.
    • CONSTRUCTOR

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

    • ReactionTypeCustomEmoji

      public ReactionTypeCustomEmoji()
      A reaction with a custom emoji.
    • ReactionTypeCustomEmoji

      public ReactionTypeCustomEmoji(long customEmojiId)
      A reaction with a custom emoji.
      Parameters:
      customEmojiId - Unique identifier of the custom emoji.
  • 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