Skip to main content

Type Alias: ChannelPlatform

ChannelPlatform = "telegram" | "whatsapp" | "discord" | "slack" | "webchat" | "signal" | "imessage" | "google-chat" | "teams" | "matrix" | "zalo" | "email" | "sms" | "nostr" | "twitch" | "line" | "feishu" | "mattermost" | "nextcloud-talk" | "tlon" | "irc" | "zalouser" | "twitter" | "instagram" | "reddit" | "pinterest" | "tiktok" | "youtube" | "linkedin" | "facebook" | "threads" | "bluesky" | "mastodon" | "devto" | "hashnode" | "medium" | "wordpress" | "farcaster" | "lemmy" | "google-business" | 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.