Skip to main content

Interface: SCNotificationCustomNotificationType

Interface SCNotificationCustomNotificationType. CustomNotification Notification Schema.

Hierarchy

Properties

active_at

active_at: Date

Time when the notification was generated

Inherited from

SCNotificationType.active_at

Defined in

notification.ts:129


custom_notification

custom_notification: SCCustomNotificationType

Custom notification data

Defined in

notification.ts:493


is_new

is_new: boolean

True if the notification has been read, otherwise false

Inherited from

SCNotificationType.is_new

Defined in

notification.ts:114


sid

sid: string

Serialization id of the single notification

Inherited from

SCNotificationType.sid

Defined in

notification.ts:119


type

type: CUSTOM_NOTIFICATION

Type User Follow

Overrides

SCNotificationType.type

Defined in

notification.ts:483


user

user: SCUserType

User generate the custom notification

Defined in

notification.ts:488