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. Order of results is unspecified.

Returns object_ptr<EmojiKeywords>.

Public Fields

string text_
 Text to search for.
 
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< emojiKeywords >
 Typedef for the type returned by the function.
 

Public Instance Methods

 searchEmojis ()
 
 searchEmojis (string const &text_, array< string > &&input_language_codes_)
 
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 = -1456187668
 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. Order of results is unspecified.

Returns object_ptr<EmojiKeywords>.

◆ searchEmojis() [2/2]

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

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

Returns object_ptr<EmojiKeywords>.

Parameters
[in]text_Text to search for.
[in]input_language_codes_List of possible IETF language tags of the user's input language; may be empty if unknown.

Method Documentation

◆ 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: