CreateGuild
@Serializable
Constructors
Link copied to clipboard
constructor(name: String, voiceRegionId: String? = null, base64IconData: String? = null, verificationLevel: VerificationLevel? = null, defaultNotificationsLevel: NotificationsLevel? = null, explicitContentFilterLevel: ExplicitContentFilterLevel? = null, roles: List<CreateGuildRole> = emptyList(), channels: List<CreateChannel> = emptyList(), afkChannelId: String? = null, afkTimeoutSeconds: Int? = null, systemChannelId: String? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "default_message_notifications")
Link copied to clipboard
@SerialName(value = "explicit_content_filter")
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard