StartThreadResponse
Interface: StartThreadResponse
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:149
Response for starting a thread
Extends
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
error? | string | BaseThreadSDKResponse.error | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:10 |
message? | string | BaseThreadSDKResponse.message | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:9 |
startedAt? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:152 |
status? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:151 |
success? | boolean | BaseThreadSDKResponse.success | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:8 |
threadId? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:150 |