remove_notification

Function remove_notification 

Source
pub async fn remove_notification(
    notification_group_id: i32,
    notification_id: i32,
    client_id: i32,
) -> Result<(), Error>
Expand description

Removes an active notification from notification list. Needs to be called only if the notification is removed by the current user

ยงArguments

  • notification_group_id - Identifier of notification group to which the notification belongs
  • notification_id - Identifier of removed notification
  • client_id - The client id to send the request to