pub struct MessageActionChatDeleteUser {
pub user_id: i64,
}Expand description
Read messageActionChatDeleteUser docs.
Generated from the following TL definition:
messageActionChatDeleteUser#a43f30cc user_id:long = MessageActionFields§
§user_id: i64Trait Implementations§
Source§impl Clone for MessageActionChatDeleteUser
impl Clone for MessageActionChatDeleteUser
Source§fn clone(&self) -> MessageActionChatDeleteUser
fn clone(&self) -> MessageActionChatDeleteUser
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 MessageActionChatDeleteUser
impl Debug for MessageActionChatDeleteUser
Source§impl From<MessageActionChatDeleteUser> for MessageAction
impl From<MessageActionChatDeleteUser> for MessageAction
Source§fn from(x: MessageActionChatDeleteUser) -> Self
fn from(x: MessageActionChatDeleteUser) -> Self
Converts to this type from the input type.
Source§impl Identifiable for MessageActionChatDeleteUser
impl Identifiable for MessageActionChatDeleteUser
Source§const CONSTRUCTOR_ID: u32 = 2755604684
const CONSTRUCTOR_ID: u32 = 2755604684
The unique identifier for the type.
impl StructuralPartialEq for MessageActionChatDeleteUser
Auto Trait Implementations§
impl Freeze for MessageActionChatDeleteUser
impl RefUnwindSafe for MessageActionChatDeleteUser
impl Send for MessageActionChatDeleteUser
impl Sync for MessageActionChatDeleteUser
impl Unpin for MessageActionChatDeleteUser
impl UnsafeUnpin for MessageActionChatDeleteUser
impl UnwindSafe for MessageActionChatDeleteUser
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