class GuildToggles extends ToggleBitfieldBigintimport { GuildToggles } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; ConstructorsnewGuildToggles(guildOrTogglesBigint: DiscordGuild | bigint)PropertiesreadonlyanimatedBannerWhether the guild has access to set an animated guild banner image readonlyanimatedIconWhether the guild has access to set an animated guild icon readonlyautoModerationWhether the guild has set up auto moderation rules readonlybannerWhether the guild has access to set a guild banner image readonlycommunityWhether the guild can enable welcome screen, Membership Screening, stage channels and discovery, and receives community updates readonlydeveloperSupportServerWhether the Guild has been set as a support server on the App Directory readonlydiscoverableWhether the guild is able to be discovered in the directory readonlyfeaturableWhether the guild is able to be featured in the directory readonlyfeaturesreadonlyinvitesDisabledWhether the guild has paused invites, preventing new users from joining readonlyinviteSplashWhether the guild has access to set an invite splash background readonlylargeWhether this is considered a large guild readonlymemberVerificationGateEnabledWhether the guild has enabled Membership Screening readonlymonetizationEnabledWhether the guild has enabled monetization readonlymoreStickersWhether the guild has increased custom sticker slots readonlynewsWhether the guild has access to create news channels readonlyownerWhether the bot is the owner of the guild readonlypartneredWhether the guild is partnered readonlypremiumProgressBarEnabledWhether the guild has the boost progress bar enabled readonlypreviewEnabledWhether the guild can be previewed before joining via Membership Screening or the directory readonlyprivateThreadsWhether the guild has access to create private threads readonlyroleIconsWhether the guild is able to set role icons readonlyticketedEventsEnabledWhether the guild has enabled ticketed events readonlyunavailableWhether this guild is unavailable due to an outage readonlyvanityUrlWhether the guild has access to set a vanity URL readonlyverifiedWhether the guild is verified readonlyvipRegionsWhether the guild has access to set 384 kbps bitrate in voice (previously VIP voice servers) readonlywelcomeScreenEnabledWhether the guild has enabled the welcome screen readonlywidgetEnabledWhether the server widget is enabled Methodshas(permissions: GuildToggleKeys | GuildToggleKeys[])Checks whether or not the permissions exist in this list()Lists all the toggles for the role and whether or not each is true or false. import GuildTogglesimport { GuildToggles } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts";