A notification in the server.

Hierarchy

  • Notification

Properties

code?: number

Category code for this notification.

content?: {}

Content of the notification in JSON.

Type declaration

    create_time?: string

    The UNIX time when the notification was created.

    id?: string

    ID of the Notification.

    persistent?: boolean

    True if this notification was persisted to the database.

    sender_id?: string

    ID of the sender, if a user. Otherwise 'null'.

    subject?: string

    Subject of the notification.

    Generated using TypeDoc