OnUserLeft

data class OnUserLeft(val user: User) : EventDetail

Represents the event source detail for GroupChannelHandler.onUserLeft.

Since

4.15.7

Constructors

Link copied to clipboard
constructor(user: User)

Properties

Link copied to clipboard
val user: User