Guild

constructor(id: String, name: String, iconHash: String?, splashHash: String?, discoverySplashHash: String?, userIsOwner: Boolean? = null, ownerId: String, permissions: Permissions? = null, afkChannelId: String?, afkTimeoutSeconds: Int, widgetEnabled: Boolean? = null, widgetChannelId: String? = null, verificationLevel: VerificationLevel, defaultMessageNotificationLevel: NotificationsLevel, explicitContentFilterLevel: ExplicitContentFilterLevel, roles: List<Role>, emojis: List<Emoji>, features: List<GuildFeatures>, mfaLevel: MFALevel, owningApplicationId: String?, systemMessageChannelId: String?, systemChannelFlags: SystemChannelFlags, rulesChannelId: String?, maxPresences: Int? = null, maxMembers: Int? = null, vanityCodeUrl: String?, description: String?, bannerHash: String?, premiumType: GuildPremiumType, guildBoostCount: Int? = null, preferredLocale: String, publicUpdatesChannelId: String?, maxVideoChannelUsers: Int? = null, approximateMemberCount: Int? = null, approximatePresenceCount: Int? = null, welcomeScreen: WelcomeScreen? = null, nsfwLevel: GuildNSFWLevel, stageInstances: List<StageInstance>? = null, sticker: List<Sticker>? = null)(source)