class RoleToggles extends ToggleBitfieldimport { RoleToggles } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; ConstructorsnewRoleToggles(roleOrTogglesInt: DiscordRole | number)PropertiesreadonlyhoistIf this role is showed separately in the user listing readonlymanagedWhether this role is managed by an integration readonlymentionableWhether this role is mentionable readonlypremiumSubscriberWhether this is the guilds premium subscriber role Methodshas(permissions: RoleToggleKeys | RoleToggleKeys[])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 RoleTogglesimport { RoleToggles } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts";