public static class TdApi.UpdateChatAccentColors extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
int |
accentColorId
The new chat accent color identifier.
|
long |
backgroundCustomEmojiId
The new identifier of a custom emoji to be shown on the reply header and link preview background; 0 if none.
|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
profileAccentColorId
The new chat profile accent color identifier; -1 if none.
|
long |
profileBackgroundCustomEmojiId
The new identifier of a custom emoji to be shown on the profile background; 0 if none.
|
| Constructor and Description |
|---|
UpdateChatAccentColors()
Chat accent colors have changed.
|
UpdateChatAccentColors(long chatId,
int accentColorId,
long backgroundCustomEmojiId,
int profileAccentColorId,
long profileBackgroundCustomEmojiId)
Chat accent colors have changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public int accentColorId
public long backgroundCustomEmojiId
public int profileAccentColorId
public long profileBackgroundCustomEmojiId
public static final int CONSTRUCTOR
public UpdateChatAccentColors()
public UpdateChatAccentColors(long chatId,
int accentColorId,
long backgroundCustomEmojiId,
int profileAccentColorId,
long profileBackgroundCustomEmojiId)
chatId - Chat identifier.accentColorId - The new chat accent color identifier.backgroundCustomEmojiId - The new identifier of a custom emoji to be shown on the reply header and link preview background; 0 if none.profileAccentColorId - The new chat profile accent color identifier; -1 if none.profileBackgroundCustomEmojiId - The new identifier of a custom emoji to be shown on the profile background; 0 if none.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object