# Chat SDK adds Linq support

DevFeed: [Chat SDK adds Linq support](<https://devfeed.tech/articles/chat-sdk-adds-linq-support-838.md>)

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

Author: Ben Sabic

Published: 2026-06-22T14: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>), [Bots](<https://devfeed.tech/topics/bots.md>)

Tags: [apis](<https://devfeed.tech/tags/apis.md>), [bots](<https://devfeed.tech/tags/bots.md>), [community](<https://devfeed.tech/tags/community.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [sdk](<https://devfeed.tech/tags/sdk.md>)

## AI overview

Chat SDK adds a vendor-official Linq adapter for building bots that communicate through direct messages and group chats. The adapter supports bidirectional media, iMessage tapback reactions, standard threading and message APIs, and HMAC-verified webhooks.

## Source excerpt

Chat SDK now supports Linq with the new vendor-official adapter. Build bots that send and receive texts in both direct messages and group chats, with bidirectional media and native iMessage tapback reaction support. Replies use the standard Chat SDK thread and message APIs, with HMAC-verified webhooks and stable threading. The adapter maps each Linq chat to a Chat SDK thread, each text to a message, and each iMessage tapback to a reaction, so subscriptions, handlers, posts, and reactions work the same as with any other Chat SDK adapter. Read the Linq documentation to get started. Special thanks to Fardeem Munir, whose community contributions laid the groundwork for this adapter. Read more