sealed trait Guild extends UnknownStatusGuild
- Alphabetic
- By Inheritance
- Guild
- UnknownStatusGuild
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def afkChannelId: Option[NormalVoiceGuildChannelId]
The channelId of the AFK channel.
- abstract def afkTimeout: Int
The amount of seconds you need to be AFK before being moved to the AFK channel.
- abstract def applicationId: Option[ApplicationId]
The application id if this guild is bot created.
- abstract def banner: Option[String]
A banner hash for the guild.
- abstract def defaultMessageNotifications: NotificationLevel
The notification level for the guild.
- abstract def description: Option[String]
A description for a community guild.
- abstract def discoverySplash: Option[String]
The discovery splash hash.
- abstract def emojis: SnowflakeMap[Emoji, Emoji]
The emojis of the guild.
- abstract def explicitContentFilter: FilterLevel
The explicit content filter level for the guild.
- abstract def features: Seq[GuildFeature]
The enabled guild features.
- abstract def icon: Option[String]
The icon hash.
- abstract def iconHash: Option[String]
Used for template objects.
- abstract def id: GuildId
The id of the guild.
The id of the guild.
- Definition Classes
- UnknownStatusGuild
- abstract def maxMembers: Option[Int]
The maximum amount of members in the guild.
- abstract def maxPresences: Option[Int]
The maximum amount of presences in the guild.
- abstract def maxVideoChannelUsers: Option[Int]
The max amount of users in a video call.
- abstract def mfaLevel: MFALevel
The MFA level.
- abstract def name: String
The name of the guild.
- abstract def nsfwLevel: NSFWLevel
The guild NSFW level.
- abstract def ownerId: UserId
The userId of the owner.
- abstract def preferredLocale: Option[String]
The preferred locale of a community guild.
- abstract def premiumSubscriptionCount: Option[Int]
How many users that are boosting the server.
- abstract def premiumTier: PremiumTier
The premium tier of the guild.
- abstract def publicUpdatesChannelId: Option[TextGuildChannelId]
The channel where admin and mods can see public updates are sent to public guilds.
- abstract def roles: SnowflakeMap[Role, Role]
The roles of the guild.
- abstract def rulesChannelId: Option[TextGuildChannelId]
The id for the channel where the rules of a guild are stored.
- abstract def splash: Option[String]
The splash hash.
- abstract def stickers: SnowflakeMap[Sticker, Sticker]
The stickers of the guild.
- abstract def systemChannelFlags: SystemChannelFlags
The flags for the system channel.
- abstract def systemChannelId: Option[TextGuildChannelId]
The channel which notices like welcome and boost messages are sent to.
- abstract def vanityUrlCode: Option[String]
The vanity url code for the guild.
- abstract def verificationLevel: VerificationLevel
The verification level for the guild.
- abstract def widgetChannelId: Option[GuildChannelId]
The channel id for the widget.
- abstract def widgetEnabled: Option[Boolean]
If the widget is enabled.