0

There is a TeamsActivityHandler - OnTeamsChannelDeletedAsync(), this will be invoked by the Bot framework when a channel is deleted by the user. However, if a channel is deleted if it's retention period is expired does it still invoke the above mentioned activity handler?

user2250152
  • 14,658
  • 4
  • 33
  • 57
MaheSH YU
  • 27
  • 6

1 Answers1

1

If a channel is deleted if it's retention period is expired it does not invoke the TeamsActivityHandler - OnTeamsChannelDeletedAsync().

This is by design behaviour.

If you wish you can suggest this feature here: Microsoft Teams Community

Nivedipa-MSFT
  • 1,237
  • 1
  • 2
  • 8