RemoveNotification constructor

RemoveNotification(
  1. {required int notification_group_id,
  2. required int notification_id,
  3. int? extra,
  4. int? clientId}
)

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

Returns Ok

Implementation

RemoveNotification