public static class TdApi.UpdateChatBackground extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
TdApi.ChatBackground |
background
The new chat background; may be null if background was reset to default.
|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
UpdateChatBackground()
The chat background was changed.
|
UpdateChatBackground(long chatId,
TdApi.ChatBackground background)
The chat background was changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public TdApi.ChatBackground background
public static final int CONSTRUCTOR
public UpdateChatBackground()
public UpdateChatBackground(long chatId,
TdApi.ChatBackground background)
chatId - Chat identifier.background - The new chat background; may be null if background was reset to default.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object