related To
suspend fun relatedTo(eventId: NostrEventId, kind: ProjectionKind? = null, limit: Int = 50, offset: Int = 0): List<AccountEventNode>
Return authenticated events that directly target eventId.
Rust applies reply, reaction, edit, deletion, and authorization rules; Android does not inspect tags. kind narrows the returned relationship.