Function serenity::http::add_group_recipient [] [src]

pub fn add_group_recipient(group_id: u64, user_id: u64) -> Result<()>

Adds a User as a recipient to a Group.

Note: Groups have a limit of 10 recipients, including the current user.