interface RESTAPIChannelPatchOverwrite

external
export interface RESTAPIChannelPatchOverwrite extends RESTPutAPIChannelPermissionJSONBody

optionalexternal
allow? : Permissions | null | undefined

The bitwise value of all allowed permissionsSee https://en.wikipedia.org/wiki/Bit_field "0"

Inherited from: RESTPutAPIChannelPermissionJSONBody

optionalexternal
deny? : Permissions | null | undefined

The bitwise value of all disallowed permissionsSee https://en.wikipedia.org/wiki/Bit_field "0"

Inherited from: RESTPutAPIChannelPermissionJSONBody

external
id : Snowflake

external
type : OverwriteType

0 for a role or 1 for a member

Inherited from: RESTPutAPIChannelPermissionJSONBody