Inherits Function.
Returns outline of a sticker; this is an offline request. Returns a 404 error if the outline isn't known.
Returns object_ptr<Outline>.
Public Fields | |
int32 | sticker_file_id_ |
File identifier of the sticker. | |
bool | for_animated_emoji_ |
Pass true to get the outline scaled for animated emoji. | |
bool | for_clicked_animated_emoji_message_ |
Pass true to get the outline scaled for clicked animated emoji message. | |
Public Types | |
using | ReturnType = object_ptr< outline > |
Typedef for the type returned by the function. | |
Public Instance Methods | |
getStickerOutline () | |
getStickerOutline (int32 sticker_file_id_, bool for_animated_emoji_, bool for_clicked_animated_emoji_message_) | |
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 = -1550504539 |
Identifier uniquely determining a type of the object. | |
Default constructor for a function, which returns outline of a sticker; this is an offline request. Returns a 404 error if the outline isn't known.
Returns object_ptr<Outline>.
getStickerOutline | ( | int32 | sticker_file_id_, |
bool | for_animated_emoji_, | ||
bool | for_clicked_animated_emoji_message_ | ||
) |
Creates a function, which returns outline of a sticker; this is an offline request. Returns a 404 error if the outline isn't known.
Returns object_ptr<Outline>.
[in] | sticker_file_id_ | File identifier of the sticker. |
[in] | for_animated_emoji_ | Pass true to get the outline scaled for animated emoji. |
[in] | for_clicked_animated_emoji_message_ | Pass true to get the outline scaled for clicked animated emoji message. |
|
finalvirtual |