Inherits Function.
Changes accent color and background custom emoji for profile of the current user; for Telegram Premium users only.
Returns object_ptr<Ok>.
Public Fields | |
int32 | profile_accent_color_id_ |
Identifier of the accent color to use for profile; pass -1 if none. | |
int64 | profile_background_custom_emoji_id_ |
Identifier of a custom emoji to be shown on the user's profile photo background; 0 if none. | |
Public Types | |
using | ReturnType = object_ptr< ok > |
Typedef for the type returned by the function. | |
Public Instance Methods | |
setProfileAccentColor () | |
setProfileAccentColor (int32 profile_accent_color_id_, int64 profile_background_custom_emoji_id_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = -1986281112 |
Identifier uniquely determining a type of the object. | |
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 object_ptr<Ok>.
setProfileAccentColor | ( | int32 | profile_accent_color_id_, |
int64 | profile_background_custom_emoji_id_ | ||
) |
Creates a function, which changes accent color and background custom emoji for profile of the current user; for Telegram Premium users only.
Returns object_ptr<Ok>.
[in] | profile_accent_color_id_ | Identifier of the accent color to use for profile; pass -1 if none. |
[in] | profile_background_custom_emoji_id_ | Identifier of a custom emoji to be shown on the user's profile photo background; 0 if none. |
|
finalvirtual |