pub async fn remove_notification_group(
notification_group_id: i32,
max_notification_id: i32,
client_id: i32,
) -> Result<(), Error>Expand description
Removes a group of active notifications. Needs to be called only if the notification group is removed by the current user
ยงArguments
notification_group_id- Notification group identifiermax_notification_id- The maximum identifier of removed notificationsclient_id- The client id to send the request to