Companion

object Companion

Properties

Link copied to clipboard

All text notes.

Functions

Link copied to clipboard
fun directMessages(pubKey: PubKey, since: Instant = Instant.EPOCH): Filter

Direct messages authored by the provided public key

Link copied to clipboard
fun hashTagNotes(hashtags: Set<HashTag>, since: Instant = Instant.EPOCH, limit: Int = 500): Filter
Link copied to clipboard
fun reactions(author: PubKey? = null, eventId: ByteString? = null, eventAuthor: PubKey? = null, since: Instant = Instant.EPOCH): Filter

Reactions authored by the given public key and/or associated with the given event and/or in response to the given public key.

Link copied to clipboard
fun userMetaData(pubKey: PubKey, since: Instant = Instant.EPOCH): Filter

MetaData of the given public key

Link copied to clipboard
fun userNotes(author: PubKey, since: Instant = Instant.EPOCH): Filter

Text notes authored by the given public key only

fun userNotes(authors: Set<PubKey>, since: Instant = Instant.EPOCH): Filter

Text notes authored by any of the public keys provided