List Notifications Notification
data class ListNotificationsNotification(val uri: AtUri, val cid: Cid, val author: ProfileView, val reason: ListNotificationsReason, val reasonSubject: AtUri? = null, val record: JsonContent, val isRead: Boolean, val indexedAt: Timestamp, val labels: ReadOnlyList<Label> = persistentListOf())
Parameters
reason
Expected values are 'like', 'repost', 'follow', 'mention', 'reply', 'quote', and 'starterpack-joined'.
Constructors
Link copied to clipboard
constructor(uri: AtUri, cid: Cid, author: ProfileView, reason: ListNotificationsReason, reasonSubject: AtUri? = null, record: JsonContent, isRead: Boolean, indexedAt: Timestamp, labels: ReadOnlyList<Label> = persistentListOf())