How to get chat id using conversation id?
I’m developing a Teams bot app and need to retrieve chat history. I’m planning to use the Graph API endpoint chats/{chat-id}/messages. However, I need to know how to obtain the chat-id for this request. How can I get the chat-id?
How to get chat id using conversation id?
I’m developing a Teams bot app and need to retrieve chat history. I’m planning to use the Graph API endpoint chats/{chat-id}/messages. However, I need to know how to obtain the chat-id for this request. How can I get the chat-id?
How to get chat id using conversation id?
I’m developing a Teams bot app and need to retrieve chat history. I’m planning to use the Graph API endpoint chats/{chat-id}/messages. However, I need to know how to obtain the chat-id for this request. How can I get the chat-id?
Microsoft Teams GCC High Developer access
As a developer how can we develop and test apps for Microsoft teams for GCC High environment?
Installation issue in Team’s Scope when changing the tab order when using a bot and static tabs in a Teams app?
We have an app MS Teams App Store. We have built a static tab that is available in personal as well as teams’ scope. We also have a bot (team and personal scope) as part of the complete app.
Flaky behavior on custom MS Teams App installation and after in usage
I have a bot service that’s already working on Slack, and sometimes work as expected on teams. But for some users, after installation the app doesn’t show the icon and correct name.
Issue with button action on unfurling link adaptive card
I have developed a Message Extension Teams app that includes a feature for link unfurling. Upon pasting the link, an adaptive card containing a button shows up in the chat. Generally, I want to popup a dialog that opens upon clicking the button and accepts text from users. But, on clicking the button, I’m getting the error “Return to the main window to perform this action.” How can I fix this issue?
Unable to publish the MS Teams application using Teams CLI
I want to publish the teams application from the @microsoft/teamsapp-cli
. I can see teamsApp/update
is working fine but teamsApp/publishAppPackage
from the same provision lifecycle configuration is giving me the error. Unfortunately (even with --verbose
and --debug
), this is all I am getting on the console.