public static class TdApi.ChatEventBackgroundChanged extends TdApi.ChatEventAction
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatBackground |
newBackground
New background; may be null if none.
|
TdApi.ChatBackground |
oldBackground
Previous background; may be null if none.
|
| Constructor and Description |
|---|
ChatEventBackgroundChanged()
The chat background was changed.
|
ChatEventBackgroundChanged(TdApi.ChatBackground oldBackground,
TdApi.ChatBackground newBackground)
The chat background was changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatBackground oldBackground
public TdApi.ChatBackground newBackground
public static final int CONSTRUCTOR
public ChatEventBackgroundChanged()
public ChatEventBackgroundChanged(TdApi.ChatBackground oldBackground, TdApi.ChatBackground newBackground)
oldBackground - Previous background; may be null if none.newBackground - New background; may be null if none.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object