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