Skip to content

Commit c1c475c

Browse files
authored
Update quoting and threading blog links (#2967)
Update links after sample consolidation
1 parent d7710b5 commit c1c475c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • teams.md/blog/2026-05-28-quoted-and-threaded-replies

teams.md/blog/2026-05-28-quoted-and-threaded-replies/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -350,11 +350,11 @@ Read the full documentation:
350350
- Sending messages: [TypeScript](https://microsoft.github.io/teams-sdk/typescript/essentials/sending-messages/) · [.NET](https://microsoft.github.io/teams-sdk/csharp/essentials/sending-messages/) · [Python](https://microsoft.github.io/teams-sdk/python/essentials/sending-messages/)
351351
- Proactive messaging: [Send proactive messages](https://learn.microsoft.com/microsoftteams/platform/bots/how-to/conversations/send-proactive-messages)
352352

353-
Runnable examples in each SDK:
353+
The consolidated message interaction sample is available in each SDK:
354354

355-
- TypeScript: [`examples/quoting`](https://github.com/microsoft/teams.ts/tree/main/examples/quoting) and [`examples/threading`](https://github.com/microsoft/teams.ts/tree/main/examples/threading)
356-
- .NET: [`Samples/Samples.Quoting`](https://github.com/microsoft/teams.net/tree/main/Samples/Samples.Quoting) and [`Samples/Samples.Threading`](https://github.com/microsoft/teams.net/tree/main/Samples/Samples.Threading)
357-
- Python: [`examples/quoting`](https://github.com/microsoft/teams.py/tree/main/examples/quoting) and [`examples/threading`](https://github.com/microsoft/teams.py/tree/main/examples/threading)
355+
- TypeScript: [`examples/interacting-with-messages`](https://github.com/microsoft/teams.ts/tree/main/examples/interacting-with-messages)
356+
- .NET: [`samples/InteractingWithMessagesBot`](https://github.com/microsoft/teams.net/tree/main/samples/InteractingWithMessagesBot)
357+
- Python: [`examples/interacting-with-messages`](https://github.com/microsoft/teams.py/tree/main/examples/interacting-with-messages)
358358

359359
Feature PRs:
360360

0 commit comments

Comments
 (0)