Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Notification

A notification received by a ChatKitty user. The user receiving a notification is referred to as the notification recipient.

export
interface

Notification

Hierarchy

  • Notification

Index

Properties

Optional _links

memberof

Notification

body

body: string

Detailed message informing the user what occurred triggering this notification.

memberof

Notification

Optional channel

channel: Channel
memberof

Notification

createdTime

createdTime: string

ISO 8601 instant when this notification was created

memberof

Notification

data

memberof

Notification

id

id: number

64 bit integer identifier associated with this notification

memberof

Notification

Optional muted

muted: boolean

True if this notification is muted and should not actively notify the receipient user of its related event.

memberof

Notification

Optional readTime

readTime: string

ISO 8601 instant when this notification was first read.

memberof

Notification

title

title: string

Title of this notification briefly informing the user what occurred.

memberof

Notification

Generated using TypeDoc, the 9/1/2021 at 5:54:10 AM