List of all members | Public Fields | Public Types | Public Instance Methods | Static Public Attributes
searchEmojis Class Referencefinal

Inherits Function.

Description

Searches for emojis by keywords. Supported only if the file database is enabled.

Returns object_ptr<Emojis>.

Public Fields

string text_
 Text to search for.
 
bool exact_match_
 True, if only emojis, which exactly match text needs to be returned.
 
array< stringinput_language_codes_
 List of possible IETF language tags of the user's input language; may be empty if unknown.
 

Public Types

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

Public Instance Methods

 searchEmojis ()
 
 searchEmojis (string const &text_, bool exact_match_, array< string > &&input_language_codes_)
 
std::int32_t get_id () const final
 
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
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Static Public Attributes

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

Constructor & Destructor Documentation

◆ searchEmojis() [1/2]

Default constructor for a function, which searches for emojis by keywords. Supported only if the file database is enabled.

Returns object_ptr<Emojis>.

◆ searchEmojis() [2/2]

searchEmojis ( string const &  text_,
bool  exact_match_,
array< string > &&  input_language_codes_ 
)

Creates a function, which searches for emojis by keywords. Supported only if the file database is enabled.

Returns object_ptr<Emojis>.

Parameters
[in]text_Text to search for.
[in]exact_match_True, if only emojis, which exactly match text needs to be returned.
[in]input_language_codes_List of possible IETF language tags of the user's input language; may be empty if unknown.

Method Documentation

◆ get_id()

std::int32_t get_id ( ) const
inlinefinalvirtual

Returns identifier uniquely determining a type of the object.

Returns
this->ID.

Implements TlObject.

◆ store()

void 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 TlObject.


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