Bookmark

data class Bookmark(val subject: StrongRef)

Object used to store bookmark data in stash.

Parameters

subject

A strong ref to the record to be bookmarked. Currently, only app.bsky.feed.post records are supported.

Constructors

Link copied to clipboard
constructor(subject: StrongRef)

Properties

Link copied to clipboard

A strong ref to the record to be bookmarked. Currently, only app.bsky.feed.post records are supported.