pub async fn toggle_group_call_enabled_start_notification(
group_call_id: i32,
enabled_start_notification: bool,
client_id: i32,
) -> Result<(), Error>
Expand description
Toggles whether the current user will receive a notification when the group call will start; scheduled group calls only
ยงArguments
group_call_id
- Group call identifierenabled_start_notification
- New value of the enabled_start_notification settingclient_id
- The client id to send the request to