public static class TdApi.PushMessageContentChatSetBackground extends TdApi.PushMessageContent
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isSame
True, if the set background is the same as the background of the current user.
|
| Constructor and Description |
|---|
PushMessageContentChatSetBackground()
A chat background was edited.
|
PushMessageContentChatSetBackground(boolean isSame)
A chat background was edited.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic boolean isSame
public static final int CONSTRUCTOR
public PushMessageContentChatSetBackground()
public PushMessageContentChatSetBackground(boolean isSame)
isSame - True, if the set background is the same as the background of the current user.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object