interface RESTPutAPIChannelPermissionJSONBody

external
export interface RESTPutAPIChannelPermissionJSONBody

See also: https://discord.com/developers/docs/resources/channel#edit-channel-permissions

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

The bitwise value of all allowed permissions

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

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

The bitwise value of all disallowed permissions

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

external
type : OverwriteType

0 for a role or 1 for a member