userNotes

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