LogoAntiRaid

@discord-types/bitflags/role

API reference for @discord-types/bitflags/role

@discord-types/bitflags/role

Types

RoleBitflag

Raw Type
type RoleBitflag = RoleBitflag.Prototype, & {
	flag: number
}

Intersection with variants:

Variant 2
PropTypeDescription
flag
-

Functions

RoleBitflag.Prototype.isInOnboardingPrompt

[[ Checks if the role is in an onboarding prompt. ]]

Function Signature
--[[
	Checks if the role is in an onboarding prompt.
]]
function RoleBitflag.Prototype.isInOnboardingPrompt(self: RoleBitflag) end

RoleBitflag.Interface.new

Function Signature
function RoleBitflag.Interface.new(flag: number) -> RoleBitflag end

Arguments

flag

number

Returns

ret1

RoleBitflag

Last updated on