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