projections

fun projections(kind: ProjectionKind? = null, logicalEventId: String = "", conversationId: String = "", targetEventId: String = "", authorPublicKey: NostrPublicKey? = null, beforeCreatedAt: Long? = null, limit: UInt, offset: UInt): List<AccountProjection>

Return up to 200 newest authenticated projections.

Empty string filters are ignored. targetEventId selects reactions, replies, edits, or deletions that refer to that exact event.