PlayerChatSettings

@Serializable
data class PlayerChatSettings(val uuid: UUID, val japaneseConversionEnabled: Boolean = true, val directMessageNotificationEnabled: Boolean = true, val channelMessageNotificationEnabled: Boolean = true)(source)

Data model for per-player chat settings.

Constructors

Link copied to clipboard
constructor(uuid: UUID, japaneseConversionEnabled: Boolean = true, directMessageNotificationEnabled: Boolean = true, channelMessageNotificationEnabled: Boolean = true)

Properties

Link copied to clipboard

Whether channel message notifications are enabled for this player

Link copied to clipboard

Whether direct message notifications are enabled for this player

Link copied to clipboard

Whether romaji-to-Japanese conversion is enabled for this player

Link copied to clipboard
@Serializable(with = UUIDSerializer::class)
val uuid: UUID

The unique identifier of the player