Module tdlight.api

Class TdApi.PushMessageContentChatSetTheme

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PushMessageContent
it.tdlight.jni.TdApi.PushMessageContentChatSetTheme
Enclosing class:
TdApi

public static final class TdApi.PushMessageContentChatSetTheme extends TdApi.PushMessageContent
A chat theme was edited.
  • Field Details

    • themeName

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

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • PushMessageContentChatSetTheme

      public PushMessageContentChatSetTheme()
      A chat theme was edited.
    • PushMessageContentChatSetTheme

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

      public PushMessageContentChatSetTheme(DataInput input) throws IOException
      A chat theme was edited.
      Throws:
      IOException
  • Method Details