RemoveNotificationGroup constructor

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

Removes a group of active notifications. Needs to be called only if the notification group is removed by the current user

Returns Ok

Implementation

RemoveNotificationGroup