@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
Prop | Type | Description |
---|---|---|
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
Returns
ret1
Last updated on