Module tdlight.api

Class TdApi.PushMessageContentChatSetBackground

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

public static final class TdApi.PushMessageContentChatSetBackground extends TdApi.PushMessageContent
A chat background was edited.
  • Field Details

    • isSame

      public boolean isSame
      True, if the set background is the same as the background of the current user.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • PushMessageContentChatSetBackground

      public PushMessageContentChatSetBackground()
      A chat background was edited.
    • PushMessageContentChatSetBackground

      public PushMessageContentChatSetBackground(boolean isSame)
      A chat background was edited.
      Parameters:
      isSame - boolean True, if the set background is the same as the background of the current user.
    • PushMessageContentChatSetBackground

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