public static class TdApi.UpdateProfileAccentColors extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
int[] |
availableAccentColorIds
The list of accent color identifiers, which can be set through setProfileAccentColor and setChatProfileAccentColor.
|
TdApi.ProfileAccentColor[] |
colors
Information about supported colors.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
UpdateProfileAccentColors()
The list of supported accent colors for user profiles has changed.
|
UpdateProfileAccentColors(TdApi.ProfileAccentColor[] colors,
int[] availableAccentColorIds)
The list of supported accent colors for user profiles has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ProfileAccentColor[] colors
public int[] availableAccentColorIds
public static final int CONSTRUCTOR
public UpdateProfileAccentColors()
public UpdateProfileAccentColors(TdApi.ProfileAccentColor[] colors, int[] availableAccentColorIds)
colors - Information about supported colors.availableAccentColorIds - The list of accent color identifiers, which can be set through setProfileAccentColor and setChatProfileAccentColor. The colors must be shown in the specified order.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object