Class GuildFeatures
- Namespace
- Fluxer.Net
- Assembly
- Fluxer.Net.dll
public class GuildFeatures
- Inheritance
-
object
GuildFeatures
Properties
BlockUnclaimedAccounts
public bool BlockUnclaimedAccounts { get; }
Property Value
- bool
HasAnimatedBanner
public bool HasAnimatedBanner { get; }
Property Value
- bool
HasAnimatedIcon
public bool HasAnimatedIcon { get; }
Property Value
- bool
HasBanner
public bool HasBanner { get; }
Property Value
- bool
HasInviteSplash
public bool HasInviteSplash { get; }
Property Value
- bool
HasLargeGuildOverride
public bool HasLargeGuildOverride { get; }
Property Value
- bool
HasMoreEmojis
public bool HasMoreEmojis { get; }
Property Value
- bool
HasMoreStickers
public bool HasMoreStickers { get; }
Property Value
- bool
HasUnlimitedEmojis
public bool HasUnlimitedEmojis { get; }
Property Value
- bool
HasUnlimitedStickers
public bool HasUnlimitedStickers { get; }
Property Value
- bool
HasVanityUrl
public bool HasVanityUrl { get; }
Property Value
- bool
HasVipVoice
public bool HasVipVoice { get; }
Property Value
- bool
IsBannerDetached
public bool IsBannerDetached { get; }
Property Value
- bool
IsChannelNamesFlexible
public bool IsChannelNamesFlexible { get; }
Property Value
- bool
IsDiscoverable
public bool IsDiscoverable { get; }
Property Value
- bool
IsExpressionPurgeAllowed
public bool IsExpressionPurgeAllowed { get; }
Property Value
- bool
IsInvitesDisabled
public bool IsInvitesDisabled { get; }
Property Value
- bool
IsLargeGuild
public bool IsLargeGuild { get; }
Property Value
- bool
IsOperator
public bool IsOperator { get; }
Property Value
- bool
IsPartnered
public bool IsPartnered { get; }
Property Value
- bool
IsStaffOnly
public bool IsStaffOnly { get; }
Property Value
- bool
IsUnavailable
public bool IsUnavailable { get; }
Property Value
- bool
IsVerified
public bool IsVerified { get; }
Property Value
- bool
IsVisionary
public bool IsVisionary { get; }
Property Value
- bool
Raw
public string[] Raw { get; }
Property Value
- string[]
Methods
Create(string[]?)
public static GuildFeatures Create(string[]? features)
Parameters
features string[]
Returns
- GuildFeatures
FromGuild(PartialGuildJson)
public static GuildFeatures FromGuild(PartialGuildJson guild)
Parameters
guild PartialGuildJson
Returns
- GuildFeatures