* The request retrieves a list of all threads.
(params: ThreadsParams)
| 1362 | * The request retrieves a list of all threads. |
| 1363 | */ |
| 1364 | threads(params: ThreadsParams): Promise<ThreadsResult>; |
| 1365 | |
| 1366 | /** |
| 1367 | * The request terminates the threads with the given ids. |