interface InviteCreateOptions {
    maxAge?: number;
    maxUses?: number;
    reason?: string;
    targetApplication?: ApplicationResolvable;
    targetType?: InviteTargetType;
    targetUser?: UserResolvable;
    temporary?: boolean;
    unique?: boolean;
}

Hierarchy (View Summary)

Properties

maxAge?: number
maxUses?: number
reason?: string
targetApplication?: ApplicationResolvable
targetType?: InviteTargetType
targetUser?: UserResolvable
temporary?: boolean
unique?: boolean