Interface RESTPutAPIChannelPermissionJSONBody

Hierarchy

Properties

Properties

allow?: null | string

The bitwise value of all allowed permissions

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

Default

"0"
deny?: null | string

The bitwise value of all disallowed permissions

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

Default

"0"

0 for a role or 1 for a member

Generated using TypeDoc