pub struct ApiUpdateGroupProfile {
pub group_id: i64,
pub group_profile: GroupProfile,
}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.
Update group profile.
Network usage: background.
Syntax:
/_group_profile #<groupId> <json(groupProfile)>Fields§
§group_id: i64§group_profile: GroupProfileTrait Implementations§
Source§impl Clone for ApiUpdateGroupProfile
impl Clone for ApiUpdateGroupProfile
Source§fn clone(&self) -> ApiUpdateGroupProfile
fn clone(&self) -> ApiUpdateGroupProfile
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 ApiUpdateGroupProfile
impl Debug for ApiUpdateGroupProfile
Source§impl PartialEq for ApiUpdateGroupProfile
impl PartialEq for ApiUpdateGroupProfile
impl StructuralPartialEq for ApiUpdateGroupProfile
Auto Trait Implementations§
impl Freeze for ApiUpdateGroupProfile
impl RefUnwindSafe for ApiUpdateGroupProfile
impl Send for ApiUpdateGroupProfile
impl Sync for ApiUpdateGroupProfile
impl Unpin for ApiUpdateGroupProfile
impl UnwindSafe for ApiUpdateGroupProfile
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