Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denocordts/deps.ts>RESTPutAPIChannelPermissionJSONBody

An Object Oriented Discord API wrapper for Deno.
Latest
interface RESTPutAPIChannelPermissionJSONBody
Re-export
import { type RESTPutAPIChannelPermissionJSONBody } from "https://deno.land/x/denocordts@1.2.0/deps.ts";

Properties

optional
allow: Permissions | null

The bitwise value of all allowed permissions

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

optional
deny: Permissions | null

The bitwise value of all disallowed permissions

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

0 for a role or 1 for a member