UserOfflineEvent

data class UserOfflineEvent(val username: String) : UserEvent

User offline event.

Parameters

username

The username of the user.

Constructors

Link copied to clipboard
constructor(username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard