Forum Discussion
nikhilkunta
Apr 15, 2025Copper Contributor
Pin a message in a channel in MS Teams using MS Graph API
I've created a MS Teams app and as part of it's functionality, it has to pin the message (in both one-on-one chat and in a channel) on behalf of the user I'm using below API to pin a message in a ch...
nikhilkunta
Apr 22, 2025Copper Contributor
There is a typo in the request body above. Below is the request body.
Body:
{
"message @odata.bind"
: "https://graph.microsoft.com/v1.0/chats/19:....@thread.tacv2/messages/<message_id>"
}