API Reference
OutboundTarget
Defined in: channels/channel-source.types.ts:42
Where a reply is posted back — the channel/thread a run's output returns to.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
channelId | string | The channel to post into. | channels/channel-source.types.ts:44 |
threadId? | string | The thread to post into, if any. | channels/channel-source.types.ts:46 |