Skip to main content

Type Alias: ChannelCapability

ChannelCapability = "text" | "rich_text" | "images" | "video" | "audio" | "voice_notes" | "documents" | "stickers" | "reactions" | "threads" | "typing_indicator" | "read_receipts" | "group_chat" | "channels" | "buttons" | "inline_keyboard" | "embeds" | "mentions" | "editing" | "deletion" | string & object

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

Capabilities that a channel adapter can declare. Consumers can check capabilities before attempting actions that not all platforms support.