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

    Interface GroupDMInviteResponse

    interface GroupDMInviteResponse {
        approximate_member_count?: number | null;
        channel: InviteChannelResponse;
        code: string;
        created_at?: string;
        expires_at: string | null;
        inviter?: UserResponse;
        max_age?: number;
        type: GROUP_DM;
    }
    Index

    Properties

    approximate_member_count?: number | null
    code: string
    created_at?: string
    expires_at: string | null
    inviter?: UserResponse
    max_age?: number
    type: GROUP_DM