Hi, @Chakravarthi T ,
From official document, Microsoft Graph must send chatMessage in a channel or a chat. And I think SignalR is a better choice for the boardcast requirement.
The SignalR Hubs API
enables you to call methods on connected clients from the server. In the server code, you define methods that are called by client. In the client code, you define methods that are called from the server. SignalR takes care of everything behind the scenes that makes real-time client-to-server and server-to-client communications possible.
Clients.All.broadcastMessage(name, message);
------
If the answer doesn’t solve your issue, please provide more details of error that will help us track down what’s happening.
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best Regards,
Michael Wang