pub struct SetChatAdministratorCustomTitle { /* private fields */ }Expand description
Use this method to set a custom title for an administrator in a supergroup promoted by the bot. Returns true on success.
Trait Implementations§
source§impl Clone for SetChatAdministratorCustomTitle
impl Clone for SetChatAdministratorCustomTitle
source§fn clone(&self) -> SetChatAdministratorCustomTitle
fn clone(&self) -> SetChatAdministratorCustomTitle
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<'de> Deserialize<'de> for SetChatAdministratorCustomTitle
impl<'de> Deserialize<'de> for SetChatAdministratorCustomTitle
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