public static class TdApi.ChatEventProfileAccentColorChanged extends TdApi.ChatEventAction
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
newProfileAccentColorId
New identifier of chat's profile accent color; -1 if none.
|
long |
newProfileBackgroundCustomEmojiId
New identifier of the custom emoji; 0 if none.
|
int |
oldProfileAccentColorId
Previous identifier of chat's profile accent color; -1 if none.
|
long |
oldProfileBackgroundCustomEmojiId
Previous identifier of the custom emoji; 0 if none.
|
| Constructor and Description |
|---|
ChatEventProfileAccentColorChanged()
The chat's profile accent color or profile background custom emoji were changed.
|
ChatEventProfileAccentColorChanged(int oldProfileAccentColorId,
long oldProfileBackgroundCustomEmojiId,
int newProfileAccentColorId,
long newProfileBackgroundCustomEmojiId)
The chat's profile accent color or profile background custom emoji were changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int oldProfileAccentColorId
public long oldProfileBackgroundCustomEmojiId
public int newProfileAccentColorId
public long newProfileBackgroundCustomEmojiId
public static final int CONSTRUCTOR
public ChatEventProfileAccentColorChanged()
public ChatEventProfileAccentColorChanged(int oldProfileAccentColorId,
long oldProfileBackgroundCustomEmojiId,
int newProfileAccentColorId,
long newProfileBackgroundCustomEmojiId)
oldProfileAccentColorId - Previous identifier of chat's profile accent color; -1 if none.oldProfileBackgroundCustomEmojiId - Previous identifier of the custom emoji; 0 if none.newProfileAccentColorId - New identifier of chat's profile accent color; -1 if none.newProfileBackgroundCustomEmojiId - New identifier of the custom emoji; 0 if none.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object