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

    Interface BotAddGuildMemberRequest

    interface BotAddGuildMemberRequest {
        access_token: string;
        deaf?: boolean | null;
        flags?: number | null;
        mute?: boolean | null;
        nick?: string | null;
        roles?: `${bigint}`[] | null;
    }
    Index

    Properties

    access_token: string
    deaf?: boolean | null
    flags?: number | null
    mute?: boolean | null
    nick?: string | null
    roles?: `${bigint}`[] | null