Class TdApi.EmojiCategory

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

public static class TdApi.EmojiCategory extends TdApi.Object
Describes an emoji category.
  • Field Details

    • name

      public String name
      Name of the category.
    • icon

      public TdApi.Sticker icon
      Custom emoji sticker, which represents icon of the category.
    • source

      Source of stickers for the emoji category.
    • isGreeting

      public boolean isGreeting
      True, if the category must be shown first when choosing a sticker for the start page.
    • CONSTRUCTOR

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

    • EmojiCategory

      public EmojiCategory()
      Describes an emoji category.
    • EmojiCategory

      public EmojiCategory(String name, TdApi.Sticker icon, TdApi.EmojiCategorySource source, boolean isGreeting)
      Describes an emoji category.
      Parameters:
      name - Name of the category.
      icon - Custom emoji sticker, which represents icon of the category.
      source - Source of stickers for the emoji category.
      isGreeting - True, if the category must be shown first when choosing a sticker for the start page.
  • 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