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.
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def everyoneRole: Role
Get the everyone role in this guild.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mentionEveryone: String
Get the everyone mention for this guild.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def owner(implicit c: CacheSnapshot): Option[User]
Get the owner this this guild.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unavailable: Option[Boolean]
- Definition Classes
- Guild → UnknownStatusGuild
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])