Preview environment

interface RESTPutAPIChannelPermissionJSONBody

export interface RESTPutAPIChannelPermissionJSONBody

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

optional
allow? : Permissions | null | undefined

The bitwise value of all allowed permissions

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

optional
deny? : Permissions | null | undefined

The bitwise value of all disallowed permissions

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

0 for a role or 1 for a member