Terrance / SkPy

An unofficial Python library for interacting with the Skype HTTP API.
https://skpy.t.allofti.me
BSD 3-Clause "New" or "Revised" License
268 stars 66 forks source link

How to delete other user's message in Moderated Group chat? #258

Closed un-hongly closed 9 months ago

un-hongly commented 9 months ago

Hi, I tested in current version of Skype Web. In a Moderated Group Chat, admins are able to delete messages of other users. Can I achieve the same in using this library?

Terrance commented 9 months ago

Have you tried SkypeMsg.delete()?

un-hongly commented 9 months ago

Have you tried SkypeMsg.delete()? Now it works.