Struct tdlib::types::UpdateAnimationSearchParameters
source · Expand description
The parameters of animation search through GetOption(“animation_search_bot_username”) bot has changed
Fields§
§provider: String
Name of the animation search provider
emojis: Vec<String>
The new list of emojis suggested for searching
Trait Implementations§
source§impl Clone for UpdateAnimationSearchParameters
impl Clone for UpdateAnimationSearchParameters
source§fn clone(&self) -> UpdateAnimationSearchParameters
fn clone(&self) -> UpdateAnimationSearchParameters
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for UpdateAnimationSearchParameters
impl Default for UpdateAnimationSearchParameters
source§fn default() -> UpdateAnimationSearchParameters
fn default() -> UpdateAnimationSearchParameters
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UpdateAnimationSearchParameters
impl<'de> Deserialize<'de> for UpdateAnimationSearchParameters
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more