pub struct UpdateBotDeleteBusinessMessage {
pub connection_id: String,
pub peer: Peer,
pub messages: Vec<i32>,
pub qts: i32,
}Expand description
updateBotDeleteBusinessMessage
Generated from:
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 Deserializable for UpdateBotDeleteBusinessMessage
impl Deserializable for UpdateBotDeleteBusinessMessage
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§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 = 0xa02a982e
const CONSTRUCTOR_ID: u32 = 0xa02a982e
The constructor ID as specified in the TL schema.
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