C2SBanUserPacket

data class C2SBanUserPacket(val user: String) : AxochatPacket.C2S

A client can send this packet to ban other users from using this chat.

Parameters

user

user is an ID.

Constructors

Link copied to clipboard
constructor(user: String)

Properties

Link copied to clipboard
@SerializedName(value = "user")
val user: String