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

    Interface ThreadSearchResponse

    interface ThreadSearchResponse {
        first_messages?: MessageResponse[];
        has_more: boolean;
        members: ThreadMemberResponse[];
        threads: ThreadResponse[];
        total_results: number;
    }
    Index

    Properties

    first_messages?: MessageResponse[]
    has_more: boolean
    threads: ThreadResponse[]
    total_results: number