Inherits Function.
Returns sponsored chats to be shown in the search results.
Returns object_ptr<SponsoredChats>.
Public Fields | |
string | query_ |
Query the user searches for. | |
Public Types | |
using | ReturnType = object_ptr< sponsoredChats > |
Typedef for the type returned by the function. | |
Public Instance Methods | |
getSearchSponsoredChats () | |
getSearchSponsoredChats (string const &query_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
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 = 1568505164 |
Identifier uniquely determining a type of the object. | |
Default constructor for a function, which returns sponsored chats to be shown in the search results.
Returns object_ptr<SponsoredChats>.
|
explicit |
Creates a function, which returns sponsored chats to be shown in the search results.
Returns object_ptr<SponsoredChats>.
[in] | query_ | Query the user searches for. |
|
finalvirtual |