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

    Interface InviteChannelRecipientResponse

    interface InviteChannelRecipientResponse {
        avatar: string | null;
        id: `${bigint}`;
        username: string;
    }
    Index

    Properties

    Properties

    avatar: string | null
    id: `${bigint}`
    username: string