Inherits LinkPreviewType.
The link is a link to a sticker.
Public Fields | |
object_ptr< sticker > | sticker_ |
The sticker. It can be an arbitrary WEBP image and can have dimensions bigger than 512. | |
Public Instance Methods | |
linkPreviewTypeSticker () | |
linkPreviewTypeSticker (object_ptr< sticker > &&sticker_) | |
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 = 610225445 |
Identifier uniquely determining a type of the object. | |
The link is a link to a sticker.
|
explicit |
The link is a link to a sticker.
[in] | sticker_ | The sticker. It can be an arbitrary WEBP image and can have dimensions bigger than 512. |
|
finalvirtual |