pub struct ApiListMembers {
pub group_id: i64,
}Expand description
§Group commands
Commands to manage and moderate groups. These commands can be used with business chats as well - they are groups. E.g., a common scenario would be to add human agents to business chat with the customer who connected via business address.
Get group members.
Network usage: no.
Syntax:
/_members #<groupId>Fields§
§group_id: i64Trait Implementations§
Source§impl Clone for ApiListMembers
impl Clone for ApiListMembers
Source§fn clone(&self) -> ApiListMembers
fn clone(&self) -> ApiListMembers
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 ApiListMembers
impl CommandSyntax for ApiListMembers
Source§impl Debug for ApiListMembers
impl Debug for ApiListMembers
Source§impl PartialEq for ApiListMembers
impl PartialEq for ApiListMembers
impl StructuralPartialEq for ApiListMembers
Auto Trait Implementations§
impl Freeze for ApiListMembers
impl RefUnwindSafe for ApiListMembers
impl Send for ApiListMembers
impl Sync for ApiListMembers
impl Unpin for ApiListMembers
impl UnwindSafe for ApiListMembers
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