Skip to main content
Version: Next

RESTPutAPIChannelPermissionJSONBody

Hierarchy

Index

Properties

Properties

optionalallow

allow?: null | string

The bitwise value of all allowed permissions

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

@defaultValue

"0"

optionaldeny

deny?: null | string

The bitwise value of all disallowed permissions

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

@defaultValue

"0"

type

0 for a role or 1 for a member

Page Options