Inherits StickerFullType.
The sticker is a mask in WEBP format to be placed on photos or videos.
Public Fields | |
| object_ptr< maskPosition > | mask_position_ |
| Position where the mask is placed; may be null. | |
Public Instance Methods | |
| stickerFullTypeMask () | |
| stickerFullTypeMask (object_ptr< maskPosition > &&mask_position_) | |
| void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
| 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 = 652197687 |
| Identifier uniquely determining a type of the object. | |
The sticker is a mask in WEBP format to be placed on photos or videos.
|
explicit |
The sticker is a mask in WEBP format to be placed on photos or videos.
| [in] | mask_position_ | Position where the mask is placed; may be null. |
|
finalvirtual |