Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 812 Bytes

docs_permissionoverwrite.rst

File metadata and controls

31 lines (19 loc) · 812 Bytes

PermissionOverwrite

PermissionOverwrite is used to represent data about permission overwrites for roles or users in channels.


Attributes

id

String, the ID of the PermissionOverwrite. If overwrite.type is role, this is the role's ID. Otherwise, it is a User overwrite.

type

String, type of the overwrite. Either member or role.

allowed

Returns the permissions explicitly allowed by the overwrite. An Array of Strings, which are names of permissions. More can be found at Permission Constants

denied

Returns the permissions explicitly denied by the overwrite. An Array of Strings, which are names of permissions. More can be found at Permission Constants