{
"channelID": "string",
"overwrites": {
"<key>": {
"allow": [
"string"
],
"deny": [
"string"
]
}
},
"success": "boolean"
}
| Name | Type | Description | Additional |
|---|---|---|---|
| channelID | string | Managed Identifier | |
| overwrites | object |
Permission overwrites keyed by a role ID or user ID. |
|
| overwrites.<key> | map of object | Permission Overwrite | Optional |
| overwrites.<key>.allow[] | array of string |
Possible values are:
|
|
| overwrites.<key>.deny[] | array of string |
Possible values are:
|
|
| success | boolean |
Possible values are:
|