pub struct UpdateConnectedBot {
pub deleted: bool,
pub rights: Option<BusinessBotRights>,
pub bot: InputUser,
pub recipients: InputBusinessBotRecipients,
}Expand description
Generated from:
account.updateConnectedBot#66a08c7e flags:# deleted:flags.1?true rights:flags.0?BusinessBotRights bot:InputUser recipients:InputBusinessBotRecipients = UpdatesFields§
§deleted: bool§rights: Option<BusinessBotRights>§bot: InputUser§recipients: InputBusinessBotRecipientsTrait Implementations§
Source§impl Clone for UpdateConnectedBot
impl Clone for UpdateConnectedBot
Source§fn clone(&self) -> UpdateConnectedBot
fn clone(&self) -> UpdateConnectedBot
Returns a duplicate 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 UpdateConnectedBot
impl Debug for UpdateConnectedBot
Source§impl Identifiable for UpdateConnectedBot
impl Identifiable for UpdateConnectedBot
Source§const CONSTRUCTOR_ID: u32 = 0x66a08c7e
const CONSTRUCTOR_ID: u32 = 0x66a08c7e
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateConnectedBot
impl PartialEq for UpdateConnectedBot
Source§impl RemoteCall for UpdateConnectedBot
impl RemoteCall for UpdateConnectedBot
Source§impl Serializable for UpdateConnectedBot
impl Serializable for UpdateConnectedBot
impl StructuralPartialEq for UpdateConnectedBot
Auto Trait Implementations§
impl Freeze for UpdateConnectedBot
impl RefUnwindSafe for UpdateConnectedBot
impl Send for UpdateConnectedBot
impl Sync for UpdateConnectedBot
impl Unpin for UpdateConnectedBot
impl UnsafeUnpin for UpdateConnectedBot
impl UnwindSafe for UpdateConnectedBot
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more