Skip to main content

Interface: ChannelConnectionInfo

Defined in: packages/agentos/src/channels/types.ts:117

Detailed connection info returned by adapters.

Properties

connectedSince?

optional connectedSince: string

Defined in: packages/agentos/src/channels/types.ts:120

When the connection was last established.


errorMessage?

optional errorMessage: string

Defined in: packages/agentos/src/channels/types.ts:122

Human-readable error if status is 'error'.


platformInfo?

optional platformInfo: Record<string, unknown>

Defined in: packages/agentos/src/channels/types.ts:124

Platform-specific metadata (e.g., bot username, workspace name).


status

status: ChannelConnectionStatus

Defined in: packages/agentos/src/channels/types.ts:118