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 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 chat theme was reset to the default one.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • 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 chat theme was reset to the default one.
    • PushMessageContentChatSetTheme

      public PushMessageContentChatSetTheme​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details