Gone

data class Gone(val participant: Contact) : ChatState

Contact has effectively ended their participation in the chat session.

Constructors

Link copied to clipboard
constructor(participant: Contact)

Properties

Link copied to clipboard
open override val participant: Contact