Module tdlight.api

Class TdApi.MessageChatSetTheme

Enclosing class:
TdApi

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

    • themeName

      public String themeName
      If non-empty, name of a new theme, set for the chat. Otherwise, chat theme was reset to the default one.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • MessageChatSetTheme

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

      public MessageChatSetTheme(String themeName)
      A theme in the chat has been changed.
      Parameters:
      themeName - String If non-empty, name of a new theme, set for the chat. Otherwise, chat theme was reset to the default one.
    • MessageChatSetTheme

      public MessageChatSetTheme(DataInput input) throws IOException
      A theme in the chat has been changed.
      Throws:
      IOException
  • Method Details