Interface UpdateNotification

A notification was changed. Subtype of Update.

interface UpdateNotification {
    @type: "updateNotification";
    notification: Notification;
    notification_group_id: number;
}

Properties

@type: "updateNotification"
notification: Notification

Changed notification.

notification_group_id: number

Unique notification group identifier.