ChatFilterSettingsPrivateChat

class ChatFilterSettingsPrivateChat(val privateChatFilter: Int) : OutgoingGameMessage

Chat filter settings packed is used to set the private chat filter.

Chat filters table:

| Id |   Type   |
|----|:--------:|
| 0 | On |
| 1 | Friends |
| 2 | Off |

Constructors

Link copied to clipboard
constructor(privateChatFilter: Int)

Properties

Link copied to clipboard
open override val category: ServerProtCategory
Link copied to clipboard

the private chat filter value.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open fun estimateSize(): Int
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String