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 Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
True, if the set background is the same as the background of the current user. -
Constructor Summary
ConstructorDescriptionA chat background was edited.PushMessageContentChatSetBackground
(boolean isSame) A chat background was edited.A chat background was edited. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
isSame
public boolean isSameTrue, 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
A chat background was edited.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-