Preview environment

interface RESTAPIGuildCreateOverwrite

export interface RESTAPIGuildCreateOverwrite extends RESTPutAPIChannelPermissionJSONBody

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

The bitwise value of all allowed permissions

Inherited from: RESTPutAPIChannelPermissionJSONBody

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

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

The bitwise value of all disallowed permissions

Inherited from: RESTPutAPIChannelPermissionJSONBody

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

id : number | string

0 for a role or 1 for a member

Inherited from: RESTPutAPIChannelPermissionJSONBody