Package discord4j.discordjson.json
Interface GuildUpdateFields
-
- All Superinterfaces:
GuildFields,GuildVerificationLevelField
- All Known Subinterfaces:
GuildCreateData,GuildCreateFields,GuildData,GuildUpdateData
public interface GuildUpdateFields extends GuildFields, GuildVerificationLevelField
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intafkTimeout()intdefaultMessageNotifications()intexplicitContentFilter()intmfaLevel()StringownerId()Optional<String>preferredLocale()intpremiumTier()Stringregion()-
Methods inherited from interface discord4j.discordjson.json.GuildFields
afkChannelId, applicationId, approximateMemberCount, approximatePresenceCount, banner, description, discoverySplash, embedChannelId, embedEnabled, features, icon, id, maxMembers, maxPresences, maxVideoChannelUsers, name, owner, permissions, premiumSubscriptionCount, publicUpdatesChannelId, rulesChannelId, splash, systemChannelFlags, systemChannelId, vanityUrlCode, widgetChannelId, widgetEnabled
-
Methods inherited from interface discord4j.discordjson.json.GuildVerificationLevelField
verificationLevel
-
-