Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
video tag fix
  • Loading branch information
v-preethah committed Oct 22, 2024
commit 9f9080359de24054ebd3378bb1c561eff5b6a9ae
6 changes: 5 additions & 1 deletion msteams-platform/bots/how-to/bots-filesv4.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ There are two ways to send files to and receive files from a bot:

* [**Use the Teams bot APIs:**](#use-the-teams-bot-apis) These only support files in `personal` context.

The video on [bot](https://www.youtube.com/watch?v=-UeDi5X3qWk) demonstrates how it simplifies sending and receiving files with ease and efficiency.
The following video on bot demonstrates how it simplifies sending and receiving files with ease and efficiency:

<br>

> [!VIDEO https://www.youtube.com/embed/UeDi5X3qWk]

## Use the Graph APIs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ When building your conversational bots for Microsoft Teams, you can work with co
* Trigger a notification when a bot message is liked by a user.
* Identify the default channel for your bot from user input (selection) during installation.

The video on [conversation bot](https://www.youtube.com/watch?v=HWw99yPsAes) showcases how it enhances customer engagement with seamless, intelligent interactions.
The following video on conversation bot showcases how it enhances customer engagement with seamless, intelligent interactions:

> [!VIDEO https://www.youtube.com/embed/HWw99yPsAes]

## Conversation update events

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ Apps published to the Teams Store also automatically list on [the Microsoft comm

If your app is production ready, you can begin the process of getting it listed on the Teams Store.

The video on [publish your Teams app to Teams Store](https://www.youtube.com/watch?v=cFqAuLy0JaE) outlines the steps involved in the app publishing process.
The following video on publish your Teams app to Teams Store outlines the steps involved in the app publishing process.

> [!VIDEO https://www.youtube.com/embed/cFqAuLy0JaE]

> [!TIP]
> Following the pre-submission steps closely can increase the possibility that Microsoft approves your app for publishing.
Expand Down