interface RESTAPIChannelPatchOverwrite

external
export interface RESTAPIChannelPatchOverwrite extends RESTPutAPIChannelPermissionJSONBody

optionalexternal
allow? : Permissions | null | undefined = "0"

The bitwise value of all allowed permissions

Inherited from: RESTPutAPIChannelPermissionJSONBody

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

optionalexternal
deny? : Permissions | null | undefined = "0"

The bitwise value of all disallowed permissions

Inherited from: RESTPutAPIChannelPermissionJSONBody

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

external
id : Snowflake

external
type : OverwriteType

0 for a role or 1 for a member

Inherited from: RESTPutAPIChannelPermissionJSONBody