DiscordGuildFeature enum

Inheritance

Constructors

DiscordGuildFeature()
const

Values

animatedIcon → const DiscordGuildFeature

guild has access to set an animated guild icon

guild has access to set a guild banner image

commerce → const DiscordGuildFeature

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

community → const DiscordGuildFeature

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

discoverable → const DiscordGuildFeature

guild is able to be discovered in the directory

featurable → const DiscordGuildFeature

guild is able to be featured in the directory

inviteSplash → const DiscordGuildFeature

guild has access to set an invite splash background

memberVerificationGateEnable → const DiscordGuildFeature

guild has enabled Membership Screening

monetizationEnabled → const DiscordGuildFeature

guild has enabled monetization

moreStickers → const DiscordGuildFeature

guild has increased custom stickers slots

news → const DiscordGuildFeature

guild has access to create news channels

partnered → const DiscordGuildFeature

guild is partnered

previewEnabled → const DiscordGuildFeature

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

privateThreads → const DiscordGuildFeature

guild has access to create private threads

roleIcons → const DiscordGuildFeature

guild is able to set role icons

sevenDayThreadArchive → const DiscordGuildFeature

guild has access to the seven day archive time for threads

threeDayThreadArchive → const DiscordGuildFeature

guild has access to the three day archive time for threads

ticketedEventsEnabled → const DiscordGuildFeature

guild has enabled ticketed events

vanityUrl → const DiscordGuildFeature

guild has access to set a vanity URL

verified → const DiscordGuildFeature

guild is verified

vipRegions → const DiscordGuildFeature

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

welcomeScreenEnabled → const DiscordGuildFeature

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<DiscordGuildFeature>
A constant List of the values in this enum, in order of their declaration.