Package org.drinkless.tdlib
Class TdApi.UpdateChatAccentColors
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateChatAccentColors
- Enclosing class:
- TdApi
Chat accent colors have changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe new chat accent color identifier.longThe new identifier of a custom emoji to be shown on the reply header and link preview background; 0 if none.longChat identifier.static final intIdentifier uniquely determining type of the object.intThe new chat profile accent color identifier; -1 if none.longThe new identifier of a custom emoji to be shown on the profile background; 0 if none. -
Constructor Summary
ConstructorsConstructorDescriptionChat accent colors have changed.UpdateChatAccentColors(long chatId, int accentColorId, long backgroundCustomEmojiId, int profileAccentColorId, long profileBackgroundCustomEmojiId) Chat accent colors have 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
-
chatId
public long chatIdChat identifier. -
accentColorId
public int accentColorIdThe new chat accent color identifier. -
backgroundCustomEmojiId
public long backgroundCustomEmojiIdThe new identifier of a custom emoji to be shown on the reply header and link preview background; 0 if none. -
profileAccentColorId
public int profileAccentColorIdThe new chat profile accent color identifier; -1 if none. -
profileBackgroundCustomEmojiId
public long profileBackgroundCustomEmojiIdThe new identifier of a custom emoji to be shown on the profile background; 0 if none. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateChatAccentColors
public UpdateChatAccentColors()Chat accent colors have changed. -
UpdateChatAccentColors
public UpdateChatAccentColors(long chatId, int accentColorId, long backgroundCustomEmojiId, int profileAccentColorId, long profileBackgroundCustomEmojiId) Chat accent colors have changed.- Parameters:
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.
-
-
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
-