Inherits StickerFullType.
The sticker is a custom emoji to be used inside message text and caption. Currently, only Telegram Premium users can use custom emoji.
Public Fields | |
int64 | custom_emoji_id_ |
Identifier of the custom emoji. | |
bool | needs_repainting_ |
True, if the sticker must be repainted to a text color in messages, the color of the Telegram Premium badge in emoji status, white color on chat photos, or another appropriate color in other places. | |
Public Instance Methods | |
stickerFullTypeCustomEmoji () | |
stickerFullTypeCustomEmoji (int64 custom_emoji_id_, bool needs_repainting_) | |
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 = -1015085653 |
Identifier uniquely determining a type of the object. | |
The sticker is a custom emoji to be used inside message text and caption. Currently, only Telegram Premium users can use custom emoji.
stickerFullTypeCustomEmoji | ( | int64 | custom_emoji_id_, |
bool | needs_repainting_ | ||
) |
The sticker is a custom emoji to be used inside message text and caption. Currently, only Telegram Premium users can use custom emoji.
[in] | custom_emoji_id_ | Identifier of the custom emoji. |
[in] | needs_repainting_ | True, if the sticker must be repainted to a text color in messages, the color of the Telegram Premium badge in emoji status, white color on chat photos, or another appropriate color in other places. |
|
finalvirtual |