pub struct ListUsers {}Expand description
§User profile commands
Most bots don’t need to use these commands, as bot profile can be configured manually via CLI or desktop client. These commands can be used by bots that need to manage multiple user profiles (e.g., the profiles of support agents).
Get all user profiles
Network usage: no.
Syntax:
/usersTrait Implementations§
Source§impl CommandSyntax for ListUsers
impl CommandSyntax for ListUsers
impl StructuralPartialEq for ListUsers
Auto Trait Implementations§
impl Freeze for ListUsers
impl RefUnwindSafe for ListUsers
impl Send for ListUsers
impl Sync for ListUsers
impl Unpin for ListUsers
impl UnwindSafe for ListUsers
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