Inherits Update.
The parameters of animation search through getOption("animation_search_bot_username") bot has changed.
Public Fields | |
string | provider_ |
Name of the animation search provider. | |
array< string > | emojis_ |
The new list of emojis suggested for searching. | |
Public Instance Methods | |
updateAnimationSearchParameters () | |
updateAnimationSearchParameters (string const &provider_, array< string > &&emojis_) | |
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 | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = -1144983202 |
Identifier uniquely determining a type of the object. | |
The parameters of animation search through getOption("animation_search_bot_username") bot has changed.
updateAnimationSearchParameters | ( | string const & | provider_, |
array< string > && | emojis_ | ||
) |
The parameters of animation search through getOption("animation_search_bot_username") bot has changed.
[in] | provider_ | Name of the animation search provider. |
[in] | emojis_ | The new list of emojis suggested for searching. |
|
finalvirtual |