@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) endRoleBitflag.Interface.new
Function Signature
function RoleBitflag.Interface.new(flag: number) -> RoleBitflag endArguments
flag
Returns
ret1
Last updated on