Forum Discussion
Lakshmi_145
Sep 18, 2023Iron Contributor
Send attachment from teams personal chat to teams group channel using bot framework
Hi All,
I am working on the Teams bot application and we wanted to send attachments from team personal chat to team group channel.
We have set supportedFiles to true in the manifest file and used the connector client to send the message from personal chat to the team group channel and vice versa.
ConnectorClient connectorClient = new ConnectorClient(new Uri(serviceUrl), microsoftAppCredentials);
connectorClient.Conversations.SendToConversationAsync(MessageActivity);
Message activity conatins the attachment that personal chat has attached. But at the channel side the image is not visible or wrong image path,
No RepliesBe the first to reply