Inherits InputSticker.
A static sticker in PNG format, which will be converted to WEBP server-side.
Public Fields | |
object_ptr< InputFile > | sticker_ |
PNG image with the sticker; must be up to 512 KB in size and fit in a 512x512 square. | |
string | emojis_ |
Emojis corresponding to the sticker. | |
object_ptr< maskPosition > | mask_position_ |
For masks, position where the mask is placed; pass null if unspecified. | |
Public Instance Methods | |
inputStickerStatic () | |
inputStickerStatic (object_ptr< InputFile > &&sticker_, string const &emojis_, object_ptr< maskPosition > &&mask_position_) | |
std::int32_t | get_id () const final |
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 = 1409680603 |
Identifier uniquely determining a type of the object. | |
A static sticker in PNG format, which will be converted to WEBP server-side.
inputStickerStatic | ( | object_ptr< InputFile > && | sticker_, |
string const & | emojis_, | ||
object_ptr< maskPosition > && | mask_position_ | ||
) |
A static sticker in PNG format, which will be converted to WEBP server-side.
[in] | sticker_ | PNG image with the sticker; must be up to 512 KB in size and fit in a 512x512 square. |
[in] | emojis_ | Emojis corresponding to the sticker. |
[in] | mask_position_ | For masks, position where the mask is placed; pass null if unspecified. |
|
inlinefinalvirtual |
|
finalvirtual |