pub struct ApiJoinGroup {
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.
Join group.
Network usage: interactive.
Syntax:
/_join #<groupId>Fields§
§group_id: i64Trait Implementations§
Source§impl Clone for ApiJoinGroup
impl Clone for ApiJoinGroup
Source§fn clone(&self) -> ApiJoinGroup
fn clone(&self) -> ApiJoinGroup
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 ApiJoinGroup
impl CommandSyntax for ApiJoinGroup
Source§impl Debug for ApiJoinGroup
impl Debug for ApiJoinGroup
Source§impl PartialEq for ApiJoinGroup
impl PartialEq for ApiJoinGroup
impl StructuralPartialEq for ApiJoinGroup
Auto Trait Implementations§
impl Freeze for ApiJoinGroup
impl RefUnwindSafe for ApiJoinGroup
impl Send for ApiJoinGroup
impl Sync for ApiJoinGroup
impl Unpin for ApiJoinGroup
impl UnwindSafe for ApiJoinGroup
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