OnUserUnbanned

data class OnUserUnbanned(val user: User) : EventDetail

Represents the event source detail for GroupChannelHandler.onUserUnbanned.

Since

4.15.7

Constructors

Link copied to clipboard
constructor(user: User)

Properties

Link copied to clipboard
val user: User