From the course: Developing for Microsoft Teams
Unlock the full course today
Join today to access over 24,600 courses taught by industry experts.
Challenge: Building a messaging extension to find images - Microsoft Teams Tutorial
From the course: Developing for Microsoft Teams
Challenge: Building a messaging extension to find images
(bright music) - In this challenge, I'd like you to look at the messaging extension that we built, using the out of the box tooling, and extend that to give us a messaging extension that'll allow us to pick a particular image and then attach it into a message. So this is what it's going to look like. So I'm going to say, "I think we need more images of buildings like these." And then I can go to my messaging extension, which is this one, and let's pin it as well. And so here it is, our messaging extension. And we can search for building, and it should return us all the images that look like buildings. And then we can add that into the chat. And in fact, we can pick another one if we want to as well. So obviously, that's a messaging extension. Now we've got a starter project in the GitHub branch for this video. I'll just show you what we've got in there. So, we have an image search dot JS file, which I've extended…