Forum Discussion
Initiating a group chat
- Sep 14, 2020
voonsionglum , Group chat doesn't work, we tested this at our end. You can create 1:1 and channel conversation using API
voonsionglum Could you please check the required conversation Parameters are added in request body or not? Also please confirm if you are initiating the group chat with members only or there is Bot also included in that
- voonsionglumJul 22, 2020Brass Contributor
Trinetra-MSFT the documentation at https://docs.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-connector-api-reference?view=azure-bot-service-4.0#conversationparameters-object did not specify which parameter is required. Per the example where creating a 1:1 conversation with the REST API, the parameters were
{ "type": "message", "isGroup": false, "members": [ { "id": "Some Id" } ], "tenantId": "Some Id", "topicName": "test" }
I only updated the parameters by changing "isGroup" to true and added another member's id in the "members" array.
No bot Ids were were added to the "members" array
- Trinetra-MSFTSep 14, 2020Iron Contributor
voonsionglum , Group chat doesn't work, we tested this at our end. You can create 1:1 and channel conversation using API
- ouadiaSep 22, 2023Copper ContributorHello,
I was wondering if there are any updates regarding this request. Is there a possibility to create a group chat with multiple members?
Is this feature part of your future plans?
Thank you.