The options to load notifications with

Hierarchy

  • NotificationLoadOptions

Properties

filter?: {
    read?: boolean;
}

The properties to filter notifications by

Type declaration

  • Optional read?: boolean
limit?: number

Maximum number of notifications to load

newerThan?: number

Only return notifications newer than the notification with this ID

offset?: number

Offset to start loading notifications from

olderThan?: number

Only return notifications older than the notification with this ID