Type alias GetRecentThreadsResponse

GetRecentThreadsResponse: {
    shared_folder_ids: string[];
    thread: Thread;
    user_ids: string[];
}[]

Generated using TypeDoc