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

    Interface CreateGuildInviteRequest

    interface CreateGuildInviteRequest {
        max_age?: number | null;
        max_uses?: number | null;
        role_ids?: string | `${bigint}`[] | null;
        target_application_id?: `${bigint}` | null;
        target_type?: STREAM | EMBEDDED_APPLICATION | null;
        target_user_id?: `${bigint}` | null;
        temporary?: boolean | null;
        unique?: boolean | null;
    }
    Index

    Properties

    max_age?: number | null
    max_uses?: number | null
    role_ids?: string | `${bigint}`[] | null
    target_application_id?: `${bigint}` | null
    target_type?: STREAM | EMBEDDED_APPLICATION | null
    target_user_id?: `${bigint}` | null
    temporary?: boolean | null
    unique?: boolean | null