Package-level declarations

Types

Link copied to clipboard
data class GetUnreadCountQueryParams(val seenAt: Timestamp? = null)
Link copied to clipboard
Link copied to clipboard
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())
Link copied to clipboard
data class ListNotificationsQueryParams(val limit: Long? = 50, val cursor: String? = null, val seenAt: Timestamp? = null)
Link copied to clipboard
data class ListNotificationsResponse(val cursor: String? = null, val notifications: ReadOnlyList<ListNotificationsNotification>, val seenAt: Timestamp? = null)
Link copied to clipboard
data class RegisterPushRequest(val serviceDid: Did, val token: String, val platform: RegisterPushPlatform, val appId: String)
Link copied to clipboard
data class UpdateSeenRequest(val seenAt: Timestamp)