GuildFeature class

Guild features

Inheritance

Constructors

GuildFeature.from(String? value)
Creates instance of GuildFeature from value.

Properties

hashCode int
The hash code for this object.
read-onlyoverride
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
value String
Returns value of enum
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

animatedBanner → const GuildFeature
Guild has access to set an animated guild banner image
GuildFeature._create('ANIMATED_BANNER')
animatedIcon → const GuildFeature
Guild has access to set an animated guild icon
GuildFeature._create("ANIMATED_ICON")
autoModeration → const GuildFeature
Guild has Auto Moderation
GuildFeature._create("AUTO_MODERATION")
Guild has access to set a guild banner image
GuildFeature._create("BANNER")
commerce → const GuildFeature
Guild has access to use commerce features (i.e. create store channels) Discord no longer offers the ability to purchase a license to sell PC games. See https://support-dev.discord.com/hc/en-us/articles/6309018858647-Self-serve-Game-Selling-Deprecation for more information
GuildFeature._create("COMMERCE")
community → const GuildFeature
Guild can enable welcome screen, Membership Screening, stage channels and discovery, and receives community updates
GuildFeature._create('COMMUNITY')
discoverable → const GuildFeature
Guild is able to be discovered in the directory
GuildFeature._create("DISCOVERABLE")
featurable → const GuildFeature
Guild is able to be featured in the directory
GuildFeature._create('FEATURABLE')
invitesDisabled → const GuildFeature
Guild has paused invites, preventing new users from joining
GuildFeature._create('INVITES_DISABLED')
inviteSplash → const GuildFeature
Guild has access to set an invite splash background
GuildFeature._create("INVITE_SPLASH")
memberVerificationGateEnabled → const GuildFeature
Guild has enabled Membership Screening
GuildFeature._create('MEMBER_VERIFICATION_GATE_ENABLED')
monetizationEnabled → const GuildFeature
Guild has enabled monetization
GuildFeature._create("MONETIZATION_ENABLED")
moreStickers → const GuildFeature
Guild has increased custom sticker slots
GuildFeature._create("MORE_STICKERS")
news → const GuildFeature
Guild has access to create news channels
GuildFeature._create("NEWS")
partnered → const GuildFeature
Guild is partnered
GuildFeature._create("PARTNERED")
previewEnabled → const GuildFeature
Guild can be previewed before joining via Membership Screening or the directory
GuildFeature._create('PREVIEW_ENABLED')
privateThreadsEnabled → const GuildFeature
Guild has access to create private threads
GuildFeature._create("PRIVATE_THREADS")
publicDisabled → const GuildFeature
Guild cannot be public - No longer has meaning
GuildFeature._create("PUBLIC_DISABLED")
roleIcons → const GuildFeature
Guild is able to set role icons
GuildFeature._create('ROLE_ICONS')
studentHub → const GuildFeature
Guild is a Student Hub - Was not documented but exists, this can be removed at any time
GuildFeature._create("HUB")
ticketsEventEnabled → const GuildFeature
Guild has enabled ticketed events
GuildFeature._create("TICKETED_EVENTS_ENABLED")
vanityUrl → const GuildFeature
Guild has access to set a vanity URL
GuildFeature._create("VANITY_URL")
verified → const GuildFeature
Guild is verified
GuildFeature._create("VERIFIED")
vipRegions → const GuildFeature
Guild has access to set 384kbps bitrate in voice (previously VIP voice servers)
GuildFeature._create("VIP_REGIONS")
welcomeScreenEnabled → const GuildFeature
Guild has enabled the welcome screen
GuildFeature._create("WELCOME_SCREEN_ENABLED")