Class TdApi.ChatThemeEmoji

Enclosing class:
TdApi

public static class TdApi.ChatThemeEmoji extends TdApi.ChatTheme
A chat theme based on an emoji.
  • Field Details

    • name

      public String name
      Name of the theme; full theme description is received through updateEmojiChatThemes.
    • CONSTRUCTOR

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

    • ChatThemeEmoji

      public ChatThemeEmoji()
      A chat theme based on an emoji.
    • ChatThemeEmoji

      public ChatThemeEmoji(String name)
      A chat theme based on an emoji.
      Parameters:
      name - Name of the theme; full theme description is received through updateEmojiChatThemes.
  • 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