Package org.drinkless.tdlib
Class TdApi.SetProfileAccentColor
- Enclosing class:
- TdApi
Changes accent color and background custom emoji for profile of the current user; for Telegram Premium users only.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intIdentifier of the accent color to use for profile; pass -1 if none.longIdentifier of a custom emoji to be shown on the user's profile photo background; 0 if none. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which changes accent color and background custom emoji for profile of the current user; for Telegram Premium users only.SetProfileAccentColor(int profileAccentColorId, long profileBackgroundCustomEmojiId) Creates a function, which changes accent color and background custom emoji for profile of the current user; for Telegram Premium users only. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
profileAccentColorId
public int profileAccentColorIdIdentifier of the accent color to use for profile; pass -1 if none. -
profileBackgroundCustomEmojiId
public long profileBackgroundCustomEmojiIdIdentifier of a custom emoji to be shown on the user's profile photo background; 0 if none. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetProfileAccentColor
public SetProfileAccentColor()Default constructor for a function, which changes accent color and background custom emoji for profile of the current user; for Telegram Premium users only.Returns
Ok -
SetProfileAccentColor
public SetProfileAccentColor(int profileAccentColorId, long profileBackgroundCustomEmojiId) Creates a function, which changes accent color and background custom emoji for profile of the current user; for Telegram Premium users only.Returns
Ok- Parameters:
profileAccentColorId- Identifier of the accent color to use for profile; pass -1 if none.profileBackgroundCustomEmojiId- Identifier of a custom emoji to be shown on the user's profile photo 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
-