@typed-discord/rest
Preparing search index...
types
ChannelPermissionOverwriteRequest
Interface ChannelPermissionOverwriteRequest
interface
ChannelPermissionOverwriteRequest
{
allow
?:
number
|
null
;
deny
?:
number
|
null
;
id
:
`
${
bigint
}
`
;
type
?:
ChannelPermissionOverwrites
|
null
;
}
Index
Properties
allow?
deny?
id
type?
Properties
Optional
allow
allow
?:
number
|
null
Optional
deny
deny
?:
number
|
null
id
id
:
`
${
bigint
}
`
Optional
type
type
?:
ChannelPermissionOverwrites
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
deny
id
type
@typed-discord/rest
Loading...