Interface: ChannelConnectionInfo
Defined in: packages/agentos/src/channels/types.ts:81
Detailed connection info returned by adapters.
Properties
connectedSince?
optionalconnectedSince:string
Defined in: packages/agentos/src/channels/types.ts:84
When the connection was last established.
errorMessage?
optionalerrorMessage:string
Defined in: packages/agentos/src/channels/types.ts:86
Human-readable error if status is 'error'.
platformInfo?
optionalplatformInfo: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