Azure / Microsoft365R

R SDK for interacting with Microsoft 365 APIs
Other
308 stars 41 forks source link

feature request: delete teams message #166

Open jessekps opened 1 year ago

jessekps commented 1 year ago

Currently

channel$delete_message(my_message_id)

gives me:

Warning: Error in : Deleting Teams messages is not currently supported

Since the method exists, maybe there are already plans to implement this. It would be nice to have.

hongooi73 commented 1 year ago

This wasn't available in the Graph API when the package was first released. Good to see it's been added.