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

    Interface APIInteractionDataResolvedChannelBase<T>

    interface APIInteractionDataResolvedChannelBase<T extends ChannelType> {
        id: string;
        name: null | string;
        permissions: string;
        type: T;
    }

    Type Parameters

    Hierarchy

    Index

    Properties

    Properties

    id: string

    The id of the channel

    name: null | string

    The name of the channel (1-100 characters)

    permissions: string
    type: T

    The type of the channel