Skip to main content

Type Alias: ChannelPlatform

ChannelPlatform = "telegram" | "whatsapp" | "discord" | "slack" | "webchat" | "signal" | "imessage" | "google-chat" | "teams" | "matrix" | "zalo" | "email" | "sms" | string & object

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

Supported messaging platforms. Extensible via string literal union — concrete adapters can use any string, but well-known platforms get first-class type support.