# Chat SDK adds Messenger adapter support

DevFeed: [Chat SDK adds Messenger adapter support](<https://devfeed.tech/articles/chat-sdk-adds-messenger-adapter-support-841.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/chat-sdk-adds-messenger-adapter>)

Author: Vishal Yathish

Published: 2026-05-08T04:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [SDKs](<https://devfeed.tech/topics/sdks.md>), [Bot](<https://devfeed.tech/topics/bot.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [Pull Request](<https://devfeed.tech/topics/pull-request.md>)

Tags: [bots](<https://devfeed.tech/tags/bots.md>), [building](<https://devfeed.tech/tags/building.md>), [community-contribution](<https://devfeed.tech/tags/community-contribution.md>), [discord](<https://devfeed.tech/tags/discord.md>), [github](<https://devfeed.tech/tags/github.md>), [guide](<https://devfeed.tech/tags/guide.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [slack](<https://devfeed.tech/tags/slack.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [support](<https://devfeed.tech/tags/support.md>), [telegram](<https://devfeed.tech/tags/telegram.md>)

## AI overview

Chat SDK adds a Messenger adapter, extending its single-codebase bot development approach across multiple messaging platforms. The adapter supports messages, reactions, attachments, postback buttons, and direct conversations, with display names fetched from user profiles.

## Source excerpt

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 documentation to get started, browse the directory, or build your own adapter. Special thanks to @mitkodkn, whose community contribution in PR #461 laid the groundwork for this adapter. Read more