public static class TdApi.ChatEventAccentColorChanged extends TdApi.ChatEventAction
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
newAccentColorId
New identifier of chat accent color.
|
long |
newBackgroundCustomEmojiId
New identifier of the custom emoji; 0 if none.
|
int |
oldAccentColorId
Previous identifier of chat accent color.
|
long |
oldBackgroundCustomEmojiId
Previous identifier of the custom emoji; 0 if none.
|
| Constructor and Description |
|---|
ChatEventAccentColorChanged()
The chat accent color or background custom emoji were changed.
|
ChatEventAccentColorChanged(int oldAccentColorId,
long oldBackgroundCustomEmojiId,
int newAccentColorId,
long newBackgroundCustomEmojiId)
The chat accent color or background custom emoji were changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int oldAccentColorId
public long oldBackgroundCustomEmojiId
public int newAccentColorId
public long newBackgroundCustomEmojiId
public static final int CONSTRUCTOR
public ChatEventAccentColorChanged()
public ChatEventAccentColorChanged(int oldAccentColorId,
long oldBackgroundCustomEmojiId,
int newAccentColorId,
long newBackgroundCustomEmojiId)
oldAccentColorId - Previous identifier of chat accent color.oldBackgroundCustomEmojiId - Previous identifier of the custom emoji; 0 if none.newAccentColorId - New identifier of chat accent color.newBackgroundCustomEmojiId - New identifier of the custom emoji; 0 if none.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object