TypingIndicator

data class TypingIndicator(val conversationId: ConversationId, val author: PublicKey, val expiresAt: Long)

Authenticated remote typing state retained by Rust until expiresAt.

Constructors

Link copied to clipboard
constructor(conversationId: ConversationId, author: PublicKey, expiresAt: Long)

Properties

Link copied to clipboard

Authenticated remote author.

Link copied to clipboard

Affected conversation.

Link copied to clipboard

Rust-owned expiry in Unix seconds.