Inherits Function.
Returns emoji corresponding to a sticker. The list is only for informational purposes, because a sticker is always sent with a fixed emoji from the corresponding Sticker object.
Returns object_ptr<Emojis>.
Public Fields | |
object_ptr< InputFile > | sticker_ |
Sticker file identifier. | |
Public Types | |
using | ReturnType = object_ptr< emojis > |
Typedef for the type returned by the function. | |
Public Instance Methods | |
getStickerEmojis () | |
getStickerEmojis (object_ptr< InputFile > &&sticker_) | |
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 = -1895508665 |
Identifier uniquely determining a type of the object. | |
getStickerEmojis | ( | ) |
Default constructor for a function, which returns emoji corresponding to a sticker. The list is only for informational purposes, because a sticker is always sent with a fixed emoji from the corresponding Sticker object.
Returns object_ptr<Emojis>.
|
explicit |
Creates a function, which returns emoji corresponding to a sticker. The list is only for informational purposes, because a sticker is always sent with a fixed emoji from the corresponding Sticker object.
Returns object_ptr<Emojis>.
[in] | sticker_ | Sticker file identifier. |
|
finalvirtual |