CreateGuild

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)(source)