Relative Content

Tag Archive for microsoft-teamsteams-toolkit

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?

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.