@typed-discord/rest
Preparing search index...
types
BotAddGuildMemberRequest
Interface BotAddGuildMemberRequest
interface
BotAddGuildMemberRequest
{
access_token
:
string
;
deaf
?:
boolean
|
null
;
flags
?:
number
|
null
;
mute
?:
boolean
|
null
;
nick
?:
string
|
null
;
roles
?:
`
${
bigint
}
`
[]
|
null
;
}
Index
Properties
access_
token
deaf?
flags?
mute?
nick?
roles?
Properties
access_
token
access_token
:
string
Optional
deaf
deaf
?:
boolean
|
null
Optional
flags
flags
?:
number
|
null
Optional
mute
mute
?:
boolean
|
null
Optional
nick
nick
?:
string
|
null
Optional
roles
roles
?:
`
${
bigint
}
`
[]
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access_
token
deaf
flags
mute
nick
roles
@typed-discord/rest
Loading...