Preview environment

interface RESTAPIGuildCreateOverwrite

export interface RESTAPIGuildCreateOverwrite extends RESTPutAPIChannelPermissionJSONBody

optional
allow? : Permissions | null | undefined

The bitwise value of all allowed permissionsSee https://en.wikipedia.org/wiki/Bit_field "0"

Inherited from: RESTPutAPIChannelPermissionJSONBody

optional
deny? : Permissions | null | undefined

The bitwise value of all disallowed permissionsSee https://en.wikipedia.org/wiki/Bit_field "0"

Inherited from: RESTPutAPIChannelPermissionJSONBody

id : number | string

0 for a role or 1 for a member

Inherited from: RESTPutAPIChannelPermissionJSONBody