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

Inherits Object.

Description

Describes a sticker that should be added to a sticker set.

Public Fields

object_ptr< InputFilepng_sticker_
 PNG image with the sticker; must be up to 512 KB in size and fit in a 512x512 square.
 
string emojis_
 Emoji corresponding to the sticker.
 
object_ptr< maskPositionmask_position_
 For masks, position where the mask should be placed; may be null.
 

Public Instance Methods

 inputSticker ()
 
 inputSticker (object_ptr< InputFile > &&png_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 = -1998602205
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ inputSticker() [1/2]

Describes a sticker that should be added to a sticker set.

◆ inputSticker() [2/2]

inputSticker ( object_ptr< InputFile > &&  png_sticker_,
string const &  emojis_,
object_ptr< maskPosition > &&  mask_position_ 
)

Describes a sticker that should be added to a sticker set.

Parameters
[in]png_sticker_PNG image with the sticker; must be up to 512 KB in size and fit in a 512x512 square.
[in]emojis_Emoji corresponding to the sticker.
[in]mask_position_For masks, position where the mask should be placed; may be null.

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: