Preview environment

interface RESTAPIChannelPatchOverwrite

export interface RESTAPIChannelPatchOverwrite extends RESTPutAPIChannelPermissionJSONBody

optional
allow? : Permissions | null | undefined

The bitwise value of all allowed permissions

Inherited from: RESTPutAPIChannelPermissionJSONBody

See also: https://en.wikipedia.org/wiki/Bit_field

optional
deny? : Permissions | null | undefined

The bitwise value of all disallowed permissions

Inherited from: RESTPutAPIChannelPermissionJSONBody

See also: https://en.wikipedia.org/wiki/Bit_field

0 for a role or 1 for a member

Inherited from: RESTPutAPIChannelPermissionJSONBody