Class TdApi.EmojiKeyword

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.EmojiKeyword
Enclosing class:
TdApi

public static class TdApi.EmojiKeyword extends TdApi.Object
Represents an emoji with its keyword.
  • Field Details

    • emoji

      public String emoji
      The emoji.
    • keyword

      public String keyword
      The keyword.
    • CONSTRUCTOR

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

    • EmojiKeyword

      public EmojiKeyword()
      Represents an emoji with its keyword.
    • EmojiKeyword

      public EmojiKeyword(String emoji, String keyword)
      Represents an emoji with its keyword.
      Parameters:
      emoji - The emoji.
      keyword - The keyword.
  • 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