Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.41 KB

_src_agent_structures_.listthreadsresponse.md

File metadata and controls

48 lines (26 loc) · 1.41 KB

@livechat/lc-sdk-jsGlobals"src/agent/structures"ListThreadsResponse

Interface: ListThreadsResponse

Hierarchy

  • ListThreadsResponse

Index

Properties

Properties

found_threads

found_threads: number

Defined in src/agent/structures.ts:52


Optional next_page_id

next_page_id? : undefined | string

Defined in src/agent/structures.ts:53


Optional previous_page_id

previous_page_id? : undefined | string

Defined in src/agent/structures.ts:54


threads

threads: Thread[]

Defined in src/agent/structures.ts:51