UserOnlineEvent

data class UserOnlineEvent(val username: String) : UserEvent

User online 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