Offline

data class Offline(val timestamp: Long? = null) : ChatParticipantState

Offline Chat Participant State

Constructors

Link copied to clipboard
constructor(timestamp: Long? = null)

Properties

Link copied to clipboard
val timestamp: Long? = null

Long?