pub struct ApiListContacts {
pub user_id: i64,
}Expand description
§Chat commands
Commands to list and delete conversations.
Get contacts.
Network usage: no.
Syntax:
/_contacts <userId>Fields§
§user_id: i64Trait Implementations§
Source§impl Clone for ApiListContacts
impl Clone for ApiListContacts
Source§fn clone(&self) -> ApiListContacts
fn clone(&self) -> ApiListContacts
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 CommandSyntax for ApiListContacts
impl CommandSyntax for ApiListContacts
Source§impl Debug for ApiListContacts
impl Debug for ApiListContacts
Source§impl PartialEq for ApiListContacts
impl PartialEq for ApiListContacts
impl StructuralPartialEq for ApiListContacts
Auto Trait Implementations§
impl Freeze for ApiListContacts
impl RefUnwindSafe for ApiListContacts
impl Send for ApiListContacts
impl Sync for ApiListContacts
impl Unpin for ApiListContacts
impl UnwindSafe for ApiListContacts
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