pub struct UpdateBotDeleteBusinessMessage {
pub connection_id: String,
pub peer: Peer,
pub messages: Vec<i32>,
pub qts: i32,
}Expand description
Read updateBotDeleteBusinessMessage docs.
Generated from the following TL definition:
updateBotDeleteBusinessMessage#a02a982e connection_id:string peer:Peer messages:Vector<int> qts:int = UpdateFields§
§connection_id: String§peer: Peer§messages: Vec<i32>§qts: i32Trait Implementations§
Source§impl Clone for UpdateBotDeleteBusinessMessage
impl Clone for UpdateBotDeleteBusinessMessage
Source§fn clone(&self) -> UpdateBotDeleteBusinessMessage
fn clone(&self) -> UpdateBotDeleteBusinessMessage
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 From<UpdateBotDeleteBusinessMessage> for Update
impl From<UpdateBotDeleteBusinessMessage> for Update
Source§fn from(x: UpdateBotDeleteBusinessMessage) -> Self
fn from(x: UpdateBotDeleteBusinessMessage) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateBotDeleteBusinessMessage
impl Identifiable for UpdateBotDeleteBusinessMessage
Source§const CONSTRUCTOR_ID: u32 = 2687146030
const CONSTRUCTOR_ID: u32 = 2687146030
The unique identifier for the type.
Source§impl PartialEq for UpdateBotDeleteBusinessMessage
impl PartialEq for UpdateBotDeleteBusinessMessage
Source§fn eq(&self, other: &UpdateBotDeleteBusinessMessage) -> bool
fn eq(&self, other: &UpdateBotDeleteBusinessMessage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateBotDeleteBusinessMessage
Auto Trait Implementations§
impl Freeze for UpdateBotDeleteBusinessMessage
impl RefUnwindSafe for UpdateBotDeleteBusinessMessage
impl Send for UpdateBotDeleteBusinessMessage
impl Sync for UpdateBotDeleteBusinessMessage
impl Unpin for UpdateBotDeleteBusinessMessage
impl UnsafeUnpin for UpdateBotDeleteBusinessMessage
impl UnwindSafe for UpdateBotDeleteBusinessMessage
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