Inherits Function.
Returns a list of sticker sets attached to a file, including regular, mask, and emoji sticker sets. Currently, only animations, photos, and videos can have attached sticker sets.
Returns object_ptr<StickerSets>.
Public Fields | |
int32 | file_id_ |
File identifier. | |
Public Types | |
using | ReturnType = object_ptr< stickerSets > |
Typedef for the type returned by the function. | |
Public Instance Methods | |
getAttachedStickerSets () | |
getAttachedStickerSets (int32 file_id_) | |
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 = 1302172429 |
Identifier uniquely determining a type of the object. | |
Default constructor for a function, which returns a list of sticker sets attached to a file, including regular, mask, and emoji sticker sets. Currently, only animations, photos, and videos can have attached sticker sets.
Returns object_ptr<StickerSets>.
|
explicit |
Creates a function, which returns a list of sticker sets attached to a file, including regular, mask, and emoji sticker sets. Currently, only animations, photos, and videos can have attached sticker sets.
Returns object_ptr<StickerSets>.
[in] | file_id_ | File identifier. |
|
finalvirtual |