@typed-discord/rest
    Preparing search index...

    Interface InviteChannelResponse

    interface InviteChannelResponse {
        icon?: string;
        id: `${bigint}`;
        name: string | null;
        recipients?: InviteChannelRecipientResponse[];
        type: ChannelTypes;
    }
    Index

    Properties

    icon?: string
    id: `${bigint}`
    name: string | null