Preview environment

interface RESTPutAPIChannelPermissionJSONBody

export interface RESTPutAPIChannelPermissionJSONBody

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

optional
allow? : Permissions | null | undefined

The bitwise value of all allowed permissions

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

optional
deny? : Permissions | null | undefined

The bitwise value of all disallowed permissions

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

0 for a role or 1 for a member