@typed-discord/rest
Preparing search index...
types
CreatePrivateChannelRequest
Interface CreatePrivateChannelRequest
interface
CreatePrivateChannelRequest
{
access_tokens
?:
string
[]
|
null
;
nicks
?:
{
[
key
:
string
]:
string
|
null
}
|
null
;
recipient_id
?:
`
${
bigint
}
`
|
null
;
}
Index
Properties
access_
tokens?
nicks?
recipient_
id?
Properties
Optional
access_
tokens
access_tokens
?:
string
[]
|
null
Optional
nicks
nicks
?:
{
[
key
:
string
]:
string
|
null
}
|
null
Optional
recipient_
id
recipient_id
?:
`
${
bigint
}
`
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access_
tokens
nicks
recipient_
id
@typed-discord/rest
Loading...