Package org.drinkless.tdlib
Class TdApi.SetChatProfileAccentColor
- Enclosing class:
- TdApi
Changes accent color and background custom emoji for profile of a supergroup or channel chat. Requires canChangeInfo administrator right.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static 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 chat'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 a supergroup or channel chat.SetChatProfileAccentColor(long chatId, int profileAccentColorId, long profileBackgroundCustomEmojiId) Creates a function, which changes accent color and background custom emoji for profile of a supergroup or channel chat. -
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
-
chatId
public long chatIdChat identifier. -
profileAccentColorId
public int profileAccentColorIdIdentifier of the accent color to use for profile; pass -1 if none. The chat must have at least profileAccentColor.minSupergroupChatBoostLevel for supergroups or profileAccentColor.minChannelChatBoostLevel for channels boost level to pass the corresponding color. -
profileBackgroundCustomEmojiId
public long profileBackgroundCustomEmojiIdIdentifier of a custom emoji to be shown on the chat's profile photo background; 0 if none. Use chatBoostLevelFeatures.canSetProfileBackgroundCustomEmoji to check whether a custom emoji can be set. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetChatProfileAccentColor
public SetChatProfileAccentColor()Default constructor for a function, which changes accent color and background custom emoji for profile of a supergroup or channel chat. Requires canChangeInfo administrator right.Returns
Ok -
SetChatProfileAccentColor
public SetChatProfileAccentColor(long chatId, int profileAccentColorId, long profileBackgroundCustomEmojiId) Creates a function, which changes accent color and background custom emoji for profile of a supergroup or channel chat. Requires canChangeInfo administrator right.Returns
Ok- Parameters:
chatId- Chat identifier.profileAccentColorId- Identifier of the accent color to use for profile; pass -1 if none. The chat must have at least profileAccentColor.minSupergroupChatBoostLevel for supergroups or profileAccentColor.minChannelChatBoostLevel for channels boost level to pass the corresponding color.profileBackgroundCustomEmojiId- Identifier of a custom emoji to be shown on the chat's profile photo background; 0 if none. Use chatBoostLevelFeatures.canSetProfileBackgroundCustomEmoji to check whether a custom emoji can be set.
-
-
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
-