ListNotificationsNotification

constructor(    uri: AtUri,     cid: Cid,     author: ProfileView,     reason: ListNotificationsReason,     reasonSubject: AtUri? = null,     record: JsonContent,     isRead: Boolean,     indexedAt: Timestamp,     labels: List<Label> = emptyList())

Parameters

reason

Expected values are 'like', 'repost', 'follow', 'mention', 'reply', 'quote', and 'starterpack-joined'.