GuildFeature enum

Inheritance

Constructors

GuildFeature()
const

Values

animatedIcon → const GuildFeature

guild has access to set an animated guild icon

guild has access to set a guild banner image

commerce → const GuildFeature

guild has access to use commerce features (i.e. create store channels)

community → const GuildFeature

guild can enable welcome screen, Membership Screening, stage channels and discovery, and receives community updates

discoverable → const GuildFeature

guild is able to be discovered in the directory

featurable → const GuildFeature

guild is able to be featured in the directory

inviteSplash → const GuildFeature

guild has access to set an invite splash background

memberVerificationGateEnabled → const GuildFeature

guild has enabled Membership Screening

monetizationEnabled → const GuildFeature

guild has enabled monetization

moreStickers → const GuildFeature

guild has increased custom sticker slots

news → const GuildFeature

guild has access to create news channels

partnered → const GuildFeature

guild is partnered

previewEnabled → const GuildFeature

guild can be previewed before joining via Membership Screening or the directory

privateThreads → const GuildFeature

guild has access to create private threads

roleIcons → const GuildFeature

guild is able to set role icons

sevenDayThreadArchive → const GuildFeature

guild has access to the seven day archive time for threads

threeDayThreadArchive → const GuildFeature

guild has access to the three day archive time for threads

ticketedEventsEnabled → const GuildFeature

guild has enabled ticketed events

vanityUrl → const GuildFeature

guild has access to set a vanity URL

verified → const GuildFeature

guild is verified

vipRegions → const GuildFeature

guild has access to set 384kbps bitrate in voice (previously VIP voice servers)

welcomeScreenEnabled → const GuildFeature

guild has enabled the welcome screen

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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 ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<GuildFeature>
A constant List of the values in this enum, in order of their declaration.