ConversationSummary

data class ConversationSummary(val conversationId: String, val participants: List<NostrPublicKey>, val lastMessage: String, val lastCreatedAt: Long, val messageCount: UInt)

Newest-first conversation summary from authenticated durable projections.

Constructors

Link copied to clipboard
constructor(conversationId: String, participants: List<NostrPublicKey>, lastMessage: String, lastCreatedAt: Long, messageCount: UInt)

Properties

Link copied to clipboard

Stable participant-set hash.

Link copied to clipboard

Timestamp of the newest non-deleted message.

Link copied to clipboard

Effective text after authorized edits.

Link copied to clipboard

Number of non-deleted messages.

Link copied to clipboard

Sorted canonical public keys.