Enum twilight_model::guild::GuildFeature
source · [−]#[non_exhaustive]
pub enum GuildFeature {
Show 23 variants
AnimatedBanner,
AnimatedIcon,
AutoModeration,
Banner,
Commerce,
Community,
Discoverable,
Featurable,
InviteSplash,
MemberVerificationGateEnabled,
MonetizationEnabled,
MoreStickers,
News,
Partnered,
PreviewEnabled,
PrivateThreads,
RoleIcons,
TicketedEventsEnabled,
VanityUrl,
Verified,
VipRegions,
WelcomeScreenEnabled,
Unknown(String),
}Expand description
Special and optional guild features.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
AnimatedBanner
Has access to set an animated guild banner image.
AnimatedIcon
Has access to set an animated guild icon.
AutoModeration
Has set up auto moderation rules.
Banner
Has access to set a guild banner image.
Commerce
Has access to use commerce features (create store channels).
Community
Can enable welcome screen, membership screening, stage channels, discovery, and receives community updates.
Discoverable
Is able to be discovered in the directory.
Featurable
Is able to be featured in the directory.
InviteSplash
Has access to set an invite splash background.
MemberVerificationGateEnabled
Has enabled membership screening.
MonetizationEnabled
Has enabled monetization.
MoreStickers
Has increased custom sticker slots.
News
Has access to create news channels.
Partnered
Is partnered.
PreviewEnabled
Can be previewed before joining via membership screening or the directory.
PrivateThreads
Has access to create private threads.
RoleIcons
Is able to set role icons.
TicketedEventsEnabled
Has enabled ticketed events.
VanityUrl
Has access to set a vanity URL.
Verified
Is verified.
VipRegions
Has access to set 384kps bitrate in voice (previously VIP voice servers).
WelcomeScreenEnabled
Has enabled the welcome screen.
Unknown(String)
Variant value is unknown to the library.
Trait Implementations
sourceimpl Clone for GuildFeature
impl Clone for GuildFeature
sourcefn clone(&self) -> GuildFeature
fn clone(&self) -> GuildFeature
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more