Gone

data class Gone(participant: Contact) : ChatState

Contact has effectively ended their participation in the chat session.

Constructors

Link copied to clipboard
fun Gone(participant: Contact)

Properties

Link copied to clipboard
open override val participant: Contact