Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun toRequest(): GuildModifyRequest

Properties

Link copied to clipboard
var afkChannelId: Snowflake?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var explicitContentFilter: ExplicitContentFilter?
Link copied to clipboard
var features: Set<GuildFeature>?

The enabled GuildFeatures.

Link copied to clipboard
var icon: Image?
Link copied to clipboard
var name: String?
Link copied to clipboard
var notificationLevel: DefaultMessageNotificationLevel?
Link copied to clipboard
var ownerId: Snowflake?
Link copied to clipboard
var preferredLocale: Locale?

The preferred locale of a "PUBLIC" guild used in server discovery and notices from Discord; defaults to "en-US".

Link copied to clipboard
var publicUpdatesChannelId: Snowflake?

The id of the channel where admins and moderators of "PUBLIC" guilds receive notices from Discord.

Link copied to clipboard
open override var reason: String?

The reason for this request, this will be displayed in the audit log.

Link copied to clipboard
Link copied to clipboard
var rulesChannelId: Snowflake?

The id of the channel where "PUBLIC" guilds display rules and/or guidelines.

Link copied to clipboard
Link copied to clipboard
var systemChannelId: Snowflake?
Link copied to clipboard
var verificationLevel: VerificationLevel?