
Chat SDK now supports reactions and ephemeral messages on Teams
Quick Answer
The Chat SDK for Microsoft Teams now supports reactions and ephemeral messages, allowing bots to interact more dynamically.
Quick Take
Bots can add/remove reactions and send targeted messages visible only to specific users, enhancing user engagement and privacy.
Key Points
- Bots can now add and remove reactions on Teams messages.
- Ephemeral messages are sent using thread.postEphemeral() and channel.postEphemeral().
- Incoming messages include authors' Microsoft Graph emails for better identification.
- Custom token factory allows bots to authenticate without static client secrets.
- Group conversations are now correctly identified, improving routing accuracy.
Source Excerpt
Chat SDK's Microsoft Teams adapter now supports message reactions and native ephemeral messages, plus author emails via Microsoft Graph and custom token factories.
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from Vercel AI
See more →
The Agent Stack
The Agent Stack by Vercel AI provides essential building blocks for creating production-grade agents, enabling seamless integration across multiple AI models and secure operations. It features components like AI Gateway for model routing, Workflow SDK for durable execution, and Vercel Connect for scoped access, streamlining agent development and deployment across various platforms.

