Chat SDK adds Messenger adapter support
Chat SDK now supports Messenger as a new adapter, extending single-codebase bot development to Slack, Discord, GitHub, Teams, and Telegram. Teams can build bots with message, reaction, and attachment support, though message history, editing, and deletion are not yet available.
Chat SDK now supports Messenger, extending its single-codebase approach to Slack, Discord, GitHub, Teams, and Telegram with the new .Messenger adapter
Teams can build bots that support messages, reactions, attachments, postback buttons, and direct conversations, with display names fetched automatically from user profiles.
Try the Messenger adapter today:
The adapter does not support message history, editing, or deletion. Certain components, like tables and fields, render as text fallbacks. Streaming is handled by accumulating and then sending the final message.
Read the to get started, browse the , or build your own .documentationdirectoryadapter
Special thanks to , whose community contribution in laid the groundwork for this adapter.@mitkodknPR #461
Source: original entry ↗