|
TDLib
|
Inherits td::td_api::Function.
Public Types | |
| using | ReturnType = object_ptr< emojis > |
| Typedef for the type returned by the function. | |
Public Member Functions | |
| getAllStickerEmojis () | |
| getAllStickerEmojis (object_ptr< StickerType > &&sticker_type_, string const &query_, int53 chat_id_, bool return_only_main_emoji_) | |
| std::int32_t | get_id () const final |
| void | store (TlStorerToString &s, const char *field_name) const final |
Public Member Functions inherited from td::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 |
Public Attributes | |
| object_ptr< StickerType > | sticker_type_ |
| Type of the stickers to search for. | |
| string | query_ |
| Search query. | |
| int53 | chat_id_ |
| Chat identifier for which to find stickers. | |
| bool | return_only_main_emoji_ |
| Pass true if only main emoji for each found sticker must be included in the result. | |
Static Public Attributes | |
| static const std::int32_t | ID = 296562224 |
| Identifier uniquely determining a type of the object. | |
Returns unique emoji that correspond to stickers to be found by the getStickers(sticker_type, query, 1000000, chat_id).
Returns object_ptr<Emojis>.
| td::td_api::getAllStickerEmojis::getAllStickerEmojis | ( | ) |
Default constructor for a function, which returns unique emoji that correspond to stickers to be found by the getStickers(sticker_type, query, 1000000, chat_id).
Returns object_ptr<Emojis>.
| td::td_api::getAllStickerEmojis::getAllStickerEmojis | ( | object_ptr< StickerType > && | sticker_type_, |
| string const & | query_, | ||
| int53 | chat_id_, | ||
| bool | return_only_main_emoji_ | ||
| ) |
Creates a function, which returns unique emoji that correspond to stickers to be found by the getStickers(sticker_type, query, 1000000, chat_id).
Returns object_ptr<Emojis>.
| [in] | sticker_type_ | Type of the stickers to search for. |
| [in] | query_ | Search query. |
| [in] | chat_id_ | Chat identifier for which to find stickers. |
| [in] | return_only_main_emoji_ | Pass true if only main emoji for each found sticker must be included in the result. |
|
inlinefinalvirtual |
Returns identifier uniquely determining a type of the object.
Implements td::TlObject.
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.