class ToggleBitfieldRe-exportimport { ToggleBitfield } from "https://deno.land/x/discordeno@17.0.1/plugins/cache/deps.ts"; ConstructorsnewToggleBitfield(bitfield?: number)Propertiesbitfield: numberMethodsadd(bits: number)Adds some bits to the bitfield. contains(bits: number)Tests whether or not this bitfield has the permission requested. remove(bits: number)Removes some bits from the bitfield.