Discord.https - v3.0.16
    Preparing search index...

    Interface RESTAPIChannelPatchOverwrite

    interface RESTAPIChannelPatchOverwrite {
        allow?: null | string;
        deny?: null | string;
        id: string;
        type: OverwriteType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    allow?: null | string

    The bitwise value of all allowed permissions

    deny?: null | string

    The bitwise value of all disallowed permissions

    id: string

    0 for a role or 1 for a member