Class TdApi.MessageChatSetTheme

Enclosing class:
TdApi

public static class TdApi.MessageChatSetTheme extends TdApi.MessageContent
A theme in the chat has been changed.
  • Field Details

    • theme

      public TdApi.ChatTheme theme
      New theme for the chat; may be null if chat theme was reset to the default one.
    • CONSTRUCTOR

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

    • MessageChatSetTheme

      public MessageChatSetTheme()
      A theme in the chat has been changed.
    • MessageChatSetTheme

      public MessageChatSetTheme(TdApi.ChatTheme theme)
      A theme in the chat has been changed.
      Parameters:
      theme - New theme for the chat; may be null if chat theme was reset to the default one.
  • 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