Interface CalculatedMemberPermissions

interface CalculatedMemberPermissions {
    channel: Permissions;
    channelId: string;
    guild: Permissions;
}

Properties

channel: Permissions

Permissions in the channel

Note: only permissions relevant to channels are contained in this

channelId: string

Channel id these perms were computed for

Guild level permissions only

Generated using TypeDoc