pub struct GetCommonChats {
pub user_id: InputUser,
pub max_id: i64,
pub limit: i32,
}Expand description
Generated from:
messages.getCommonChats#e40ca104 user_id:InputUser max_id:long limit:int = messages.ChatsFields§
§user_id: InputUser§max_id: i64§limit: i32Trait Implementations§
Source§impl Clone for GetCommonChats
impl Clone for GetCommonChats
Source§fn clone(&self) -> GetCommonChats
fn clone(&self) -> GetCommonChats
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 GetCommonChats
impl Debug for GetCommonChats
Source§impl Identifiable for GetCommonChats
impl Identifiable for GetCommonChats
Source§const CONSTRUCTOR_ID: u32 = 0xe40ca104
const CONSTRUCTOR_ID: u32 = 0xe40ca104
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetCommonChats
impl PartialEq for GetCommonChats
Source§impl RemoteCall for GetCommonChats
impl RemoteCall for GetCommonChats
Source§impl Serializable for GetCommonChats
impl Serializable for GetCommonChats
impl StructuralPartialEq for GetCommonChats
Auto Trait Implementations§
impl Freeze for GetCommonChats
impl RefUnwindSafe for GetCommonChats
impl Send for GetCommonChats
impl Sync for GetCommonChats
impl Unpin for GetCommonChats
impl UnsafeUnpin for GetCommonChats
impl UnwindSafe for GetCommonChats
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