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

    Interface ThreadsResponse

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

    Properties

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