List of all members | Public Fields | Public Instance Methods | Static Public Attributes
inputStickerStatic Class Referencefinal

Inherits InputSticker.

Description

A static sticker in PNG format, which will be converted to WEBP server-side.

Public Fields

object_ptr< InputFilesticker_
 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< maskPositionmask_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
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Static Public Attributes

static const std::int32_t ID = 1409680603
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ inputStickerStatic() [1/2]

A static sticker in PNG format, which will be converted to WEBP server-side.

◆ inputStickerStatic() [2/2]

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.

Parameters
[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.

Method Documentation

◆ get_id()

std::int32_t get_id ( ) const
inlinefinalvirtual

Returns identifier uniquely determining a type of the object.

Returns
this->ID.

Implements TlObject.

◆ store()

void store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements TlObject.


The documentation for this class was generated from the following file: