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

    Interface RESTGetAPIInviteQuery

    interface RESTGetAPIInviteQuery {
        guild_scheduled_event_id?: string;
        with_counts?: boolean;
        with_expiration?: boolean;
    }
    Index

    Properties

    guild_scheduled_event_id?: string

    The guild scheduled event to include with the invite

    with_counts?: boolean

    Whether the invite should contain approximate member counts

    with_expiration?: boolean

    Whether the invite should contain the expiration date

    The expiration date is always returned, regardless of this query parameter.