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
Next Next commit
[Doc Improvement][Video integration][4019214]
  • Loading branch information
v-bvishnu committed Oct 22, 2024
commit 27b55ee14437a69a379f21a0f32f9a668d04b712
2 changes: 2 additions & 0 deletions msteams-platform/bots/how-to/bots-filesv4.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ 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.

## Use the Graph APIs

Post messages with card attachments that refer to existing SharePoint files, using the Graph APIs for [OneDrive and SharePoint](/onedrive/developer/rest-api/). To use the Graph APIs, obtain access to either of the following through the standard OAuth 2.0 authorization flow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ 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.

## Conversation update events

You can use conversation update events to provide better notifications and effective bot actions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ 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.

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

Expand Down