Package org.drinkless.tdlib
Class TdApi.ChatEventAccentColorChanged
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatEventAction
org.drinkless.tdlib.TdApi.ChatEventAccentColorChanged
- Enclosing class:
- TdApi
The chat accent color or background custom emoji were changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intNew identifier of chat accent color.longNew identifier of the custom emoji; 0 if none.intPrevious identifier of chat accent color.longPrevious identifier of the custom emoji; 0 if none. -
Constructor Summary
ConstructorsConstructorDescriptionThe 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. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
oldAccentColorId
public int oldAccentColorIdPrevious identifier of chat accent color. -
oldBackgroundCustomEmojiId
public long oldBackgroundCustomEmojiIdPrevious identifier of the custom emoji; 0 if none. -
newAccentColorId
public int newAccentColorIdNew identifier of chat accent color. -
newBackgroundCustomEmojiId
public long newBackgroundCustomEmojiIdNew identifier of the custom emoji; 0 if none. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatEventAccentColorChanged
public ChatEventAccentColorChanged()The chat accent color or background custom emoji were changed. -
ChatEventAccentColorChanged
public ChatEventAccentColorChanged(int oldAccentColorId, long oldBackgroundCustomEmojiId, int newAccentColorId, long newBackgroundCustomEmojiId) The chat accent color or background custom emoji were changed.- Parameters:
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.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-