ContextUserEventData

data class ContextUserEventData(val contextId: String, val user: UserWithPubKey)

Contains information about a user who was added to or removed from the Context.

Constructors

Link copied to clipboard
constructor(contextId: String, user: UserWithPubKey)

Properties

Link copied to clipboard

ID of the Context

Link copied to clipboard