Hierarchy

  • ThreadsAPI

Properties

addBlobToThread: ((props: AddBlobToThreadRequestProps) => Promise<AddBlobToThreadResponse>)
addMembersToThreadOrAddThreadToFolders: ((props: AddPeopleToAThreadRequestProps) => Promise<AddPeopleToAThreadResponse>)
copyADocumentOrTemplateV2: ((props: CopyADocumentOrTemplateV2RequestProps) => Promise<CopyADocumentOrTemplateV2Response>)
createAChatRoom: ((props: CreateAChatRoomRequestProps) => Promise<CreateAChatRoomResponse>)
createADocumentOrSpreadsheet: ((props: CreateADocumentOrSpreadsheetRequestProps) => Promise<CreateADocumentOrSpreadsheetResponse>)
createBulkExportRequest: ((props: CreateBulkExportRequestRequestProps) => Promise<CreateBulkExportRequestResponse>)
createExportPdfRequest: ((props: CreateExportPdfRequestRequestProps) => Promise<CreateExportPdfRequestResponse>)
createLivePasteSection: ((props: CreateLivePasteSectionRequestProps) => Promise<CreateLivePasteSectionResponse>)
deleteAThread: ((props: DeleteAThreadRequestProps) => Promise<DeleteAThreadResponse>)

Type declaration

editADocument: ((props: EditADocumentRequestProps) => Promise<EditADocumentResponse>)

Type declaration

editThreadLinkShareSettings: ((props: EditThreadLinkShareSettingsRequestProps) => Promise<EditThreadLinkShareSettingsResponse>)
exportDocumentToDocx: ((props: ExportDocumentToDocxRequestProps) => Promise<any>)

Type declaration

exportSlidesToPdf: ((props: ExportSlidesToPdfRequestProps) => Promise<any>)

Type declaration

exportSpreadsheetToXlsx: ((props: ExportSpreadsheetToXlsxRequestProps) => Promise<any>)

Type declaration

getBlobFromThread: ((props: GetBlobFromThreadRequestProps) => Promise<any>)

Type declaration

getRecentThreads: ((props: GetRecentThreadsRequestProps) => Promise<GetRecentThreadsResponse>)
getThreadFoldersV2: ((props: GetThreadFoldersV2RequestProps) => Promise<GetThreadFoldersV2Response>)
getThreadHtmlV2: ((props: GetThreadHtmlV2RequestProps) => Promise<GetThreadHtmlV2Response>)
getThreadInvitedMembersV2: ((props: GetThreadInvitedMembersV2RequestProps) => Promise<GetThreadInvitedMembersV2Response>)
getThreadMembersV2: ((props: GetThreadMembersV2RequestProps) => Promise<GetThreadMembersV2Response>)
getThreadV2: ((props: GetThreadV2RequestProps) => Promise<GetThreadV2Response>)

Type declaration

getThreadsV2: ((props: GetThreadsV2RequestProps) => Promise<GetThreadsV2Response>)

Type declaration

lockOrUnlockASection: ((props: LockOrUnlockASectionRequestProps) => Promise<LockOrUnlockASectionResponse>)
lockOrUnlockAThread: ((props: LockOrUnlockAThreadRequestProps) => Promise<LockOrUnlockAThreadResponse>)
removePeopleFromThread: ((props: RemovePeopleFromThreadRequestProps) => Promise<RemovePeopleFromThreadResponse>)
retrieveBulkExportResponse: ((props: RetrieveBulkExportResponseRequestProps) => Promise<RetrieveBulkExportResponseResponse>)
retrieveExportPdfResponse: ((props: RetrieveExportPdfResponseRequestProps) => Promise<RetrieveExportPdfResponseResponse>)
searchForThreads: ((props: SearchForThreadsRequestProps) => Promise<SearchForThreadsResponse>)

Generated using TypeDoc