Interface UpdateActiveNotifications

Contains active notifications that were shown on previous application launches. This update is sent only if the message database is used. In that case it comes once before any updateNotification and updateNotificationGroup update. Subtype of Update.

interface UpdateActiveNotifications {
    @type: "updateActiveNotifications";
    groups: NotificationGroup[];
}

Properties

Properties

@type: "updateActiveNotifications"

Lists of active notification groups.