Skip to main content

Interface: ChannelConnectionInfo

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

Detailed connection info returned by adapters.

Properties

connectedSince?

optional connectedSince: string

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

When the connection was last established.


errorMessage?

optional errorMessage: string

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

Human-readable error if status is 'error'.


platformInfo?

optional platformInfo: Record<string, unknown>

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

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


status

status: ChannelConnectionStatus

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