toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
kord-rest
/
dev.kord.rest.json.request
/
ChannelPermissionEditRequest
Channel
Permission
Edit
Request
@
Serializable
data
class
ChannelPermissionEditRequest
(
val
allow
:
Permissions
,
val
deny
:
Permissions
,
val
type
:
OverwriteType
)
(
source
)
Members
Constructors
Channel
Permission
Edit
Request
Link copied to clipboard
constructor
(
allow
:
Permissions
,
deny
:
Permissions
,
type
:
OverwriteType
)
Properties
allow
Link copied to clipboard
val
allow
:
Permissions
deny
Link copied to clipboard
val
deny
:
Permissions
type
Link copied to clipboard
val
type
:
OverwriteType