Forum Discussion
voonsionglum
Jul 21, 2020Brass Contributor
Initiating a group chat
Hi, We are trying to initiate a group chat with members in Teams. We are using Postman to call the BotFramework REST API to start a group conversation. Here is the payload we are using {
"ty...
- 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
Jul 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-MSFT
Sep 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.