Interface RemoveNotificationGroup

Removes a group of active notifications. Needs to be called only if the notification group is removed by the current user. Request type for Tdjson#removeNotificationGroup.

interface RemoveNotificationGroup {
    @type: "removeNotificationGroup";
    max_notification_id: number;
    notification_group_id: number;
}

Properties

@type: "removeNotificationGroup"
max_notification_id: number

The maximum identifier of removed notifications.

notification_group_id: number

Notification group identifier.