PatchGuild

@Serializable
data class PatchGuild(val name: String? = null, val voiceRegionId: String? = null, val verificationLevel: VerificationLevel? = null, val defaultNotificationsLevel: NotificationsLevel? = null, val explicitContentFilterLevel: ExplicitContentFilterLevel? = null, val afkChannelId: String? = null, val afkTimeoutSeconds: Int? = null, val base64IconData: String? = null, val ownerId: String? = null, val base64SplashData: String? = null, val base64BannerData: String? = null, val systemChannelId: String? = null, val rulesChannelId: String? = null, val publicUpdatesChannelId: String? = null, val preferredLocale: String? = null)(source)

Constructors

Link copied to clipboard
constructor(name: String? = null, voiceRegionId: String? = null, verificationLevel: VerificationLevel? = null, defaultNotificationsLevel: NotificationsLevel? = null, explicitContentFilterLevel: ExplicitContentFilterLevel? = null, afkChannelId: String? = null, afkTimeoutSeconds: Int? = null, base64IconData: String? = null, ownerId: String? = null, base64SplashData: String? = null, base64BannerData: String? = null, systemChannelId: String? = null, rulesChannelId: String? = null, publicUpdatesChannelId: String? = null, preferredLocale: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "afk_channel_id")
val afkChannelId: String? = null
Link copied to clipboard
@SerialName(value = "afk_timeout")
val afkTimeoutSeconds: Int? = null
Link copied to clipboard
@SerialName(value = "banner")
val base64BannerData: String? = null
Link copied to clipboard
@SerialName(value = "icon")
val base64IconData: String? = null
Link copied to clipboard
@SerialName(value = "splash")
val base64SplashData: String? = null
Link copied to clipboard
@SerialName(value = "default_message_notifications")
val defaultNotificationsLevel: NotificationsLevel? = null
Link copied to clipboard
@SerialName(value = "explicit_content_filter")
val explicitContentFilterLevel: ExplicitContentFilterLevel? = null
Link copied to clipboard
@SerialName(value = "name")
val name: String? = null
Link copied to clipboard
@SerialName(value = "owner_id")
val ownerId: String? = null
Link copied to clipboard
@SerialName(value = "preferred_locale")
val preferredLocale: String? = null
Link copied to clipboard
@SerialName(value = "public_updates_channel_id")
val publicUpdatesChannelId: String? = null
Link copied to clipboard
@SerialName(value = "rules_channel_id")
val rulesChannelId: String? = null
Link copied to clipboard
@SerialName(value = "system_channel_id")
val systemChannelId: String? = null
Link copied to clipboard
@SerialName(value = "verification_level")
val verificationLevel: VerificationLevel? = null
Link copied to clipboard
@SerialName(value = "region")
val voiceRegionId: String? = null