interface RESTPutAPIChannelPermissionJSONBody {
    allow?: null | string;
    deny?: null | string;
    type: OverwriteType;
}

Hierarchy (View Summary)

Properties

Properties

allow?: null | string

The bitwise value of all allowed permissions

deny?: null | string

The bitwise value of all disallowed permissions

0 for a role or 1 for a member