tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::td_api::getStickers Class Referencefinal

#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>

Inheritance diagram for td::td_api::getStickers:
td::td_api::Function td::TlObject

Public Types

using ReturnType = object_ptr< stickers >
 Typedef for the type returned by the function.
 

Public Member Functions

 getStickers ()
 
 getStickers (object_ptr< StickerType > &&sticker_type_, string const &query_, int32 limit_, int53 chat_id_)
 
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
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Public Attributes

object_ptr< StickerTypesticker_type_
 Type of the stickers to return.
 
string query_
 Search query; a space-separated list of emojis or a keyword prefix. If empty, returns all known installed stickers.
 
int32 limit_
 The maximum number of stickers to be returned.
 
int53 chat_id_
 Chat identifier for which to return stickers. Available custom emoji stickers may be different for different chats.
 

Static Public Attributes

static const std::int32_t ID = 1158058819
 Identifier uniquely determining a type of the object.
 

Detailed Description

Returns stickers from the installed sticker sets that correspond to any of the given emoji or can be found by sticker-specific keywords. If the query is non-empty, then favorite, recently used or trending stickers may also be returned.

Returns object_ptr<Stickers>.

Definition at line 113318 of file td_api.h.

Member Typedef Documentation

◆ ReturnType

Typedef for the type returned by the function.

Definition at line 113360 of file td_api.h.

Constructor & Destructor Documentation

◆ getStickers() [1/2]

td::td_api::getStickers::getStickers ( )

Default constructor for a function, which returns stickers from the installed sticker sets that correspond to any of the given emoji or can be found by sticker-specific keywords. If the query is non-empty, then favorite, recently used or trending stickers may also be returned.

Returns object_ptr<Stickers>.

◆ getStickers() [2/2]

td::td_api::getStickers::getStickers ( object_ptr< StickerType > &&  sticker_type_,
string const &  query_,
int32  limit_,
int53  chat_id_ 
)

Creates a function, which returns stickers from the installed sticker sets that correspond to any of the given emoji or can be found by sticker-specific keywords. If the query is non-empty, then favorite, recently used or trending stickers may also be returned.

Returns object_ptr<Stickers>.

Parameters
[in]sticker_type_Type of the stickers to return.
[in]query_Search query; a space-separated list of emojis or a keyword prefix. If empty, returns all known installed stickers.
[in]limit_The maximum number of stickers to be returned.
[in]chat_id_Chat identifier for which to return stickers. Available custom emoji stickers may be different for different chats.

Member Function Documentation

◆ store()

void td::td_api::getStickers::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 td::TlObject.

Member Data Documentation

◆ chat_id_

int53 td::td_api::getStickers::chat_id_

Chat identifier for which to return stickers. Available custom emoji stickers may be different for different chats.

Definition at line 113335 of file td_api.h.

◆ ID

const std::int32_t td::td_api::getStickers::ID = 1158058819
static

Identifier uniquely determining a type of the object.

Definition at line 113357 of file td_api.h.

◆ limit_

int32 td::td_api::getStickers::limit_

The maximum number of stickers to be returned.

Definition at line 113333 of file td_api.h.

◆ query_

string td::td_api::getStickers::query_

Search query; a space-separated list of emojis or a keyword prefix. If empty, returns all known installed stickers.

Definition at line 113331 of file td_api.h.

◆ sticker_type_

object_ptr<StickerType> td::td_api::getStickers::sticker_type_

Type of the stickers to return.

Definition at line 113329 of file td_api.h.


The documentation for this class was generated from the following file: