Inherits Object.
Information about the sticker, which was used to create the chat photo. The sticker is shown at the center of the photo and occupies at most 67% of it.
Public Fields | |
object_ptr< ChatPhotoStickerType > | type_ |
Type of the sticker. | |
object_ptr< BackgroundFill > | background_fill_ |
The fill to be used as background for the sticker; rotation angle in backgroundFillGradient isn't supported. | |
Public Instance Methods | |
chatPhotoSticker () | |
chatPhotoSticker (object_ptr< ChatPhotoStickerType > &&type_, object_ptr< BackgroundFill > &&background_fill_) | |
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 = -1459387485 |
Identifier uniquely determining a type of the object. | |
chatPhotoSticker | ( | ) |
Information about the sticker, which was used to create the chat photo. The sticker is shown at the center of the photo and occupies at most 67% of it.
chatPhotoSticker | ( | object_ptr< ChatPhotoStickerType > && | type_, |
object_ptr< BackgroundFill > && | background_fill_ | ||
) |
Information about the sticker, which was used to create the chat photo. The sticker is shown at the center of the photo and occupies at most 67% of it.
[in] | type_ | Type of the sticker. |
[in] | background_fill_ | The fill to be used as background for the sticker; rotation angle in backgroundFillGradient isn't supported. |
|
finalvirtual |