Struct telegram_bot2::models::GetMyCommands
source · pub struct GetMyCommands { /* private fields */ }Expand description
Use this method to get the current list of the bot's commands for the given scope and user language. Returns an Array of BotCommand objects. If commands aren't set, an empty list is returned.
Trait Implementations§
source§impl Clone for GetMyCommands
impl Clone for GetMyCommands
source§fn clone(&self) -> GetMyCommands
fn clone(&self) -> GetMyCommands
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 GetMyCommands
impl Debug for GetMyCommands
source§impl<'de> Deserialize<'de> for GetMyCommands
impl<'de> Deserialize<'de> for GetMyCommands
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