RESTPutAPIChannelPermissionJSONBody

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

Signature

export interface RESTPutAPIChannelPermissionJSONBody

Properties

3

Methods

0

No methods.

Properties

allow?: Permissions | null | undefined;

The bitwise value of all allowed permissions See https://en.wikipedia.org/wiki/Bit_field

@default"0"
deny?: Permissions | null | undefined;

The bitwise value of all disallowed permissions See https://en.wikipedia.org/wiki/Bit_field

@default"0"