Struct telegram_bot2::models::DeleteMyCommands
source · pub struct DeleteMyCommands { /* private fields */ }Expand description
Use this method to delete the list of the bot's commands for the given scope and user language. After deletion, higher level commands will be shown to affected users. Returns true on success.
Trait Implementations§
source§impl Clone for DeleteMyCommands
impl Clone for DeleteMyCommands
source§fn clone(&self) -> DeleteMyCommands
fn clone(&self) -> DeleteMyCommands
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 Debug for DeleteMyCommands
impl Debug for DeleteMyCommands
source§impl<'de> Deserialize<'de> for DeleteMyCommands
impl<'de> Deserialize<'de> for DeleteMyCommands
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