nicklaw5 / helix

A Twitch Helix API client written in Go.
MIT License
243 stars 88 forks source link

Implement Delete Chat Message(s) #164

Closed kloyan closed 1 year ago

kloyan commented 1 year ago

I decided to create separate functions for deleting a single message and all chat messages. My idea was to prevent unintended deletion if the user forgets to specify the message ID. I'll change it if this does not comply with the your conventions.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3829965545


Changes Missing Coverage Covered Lines Changed/Added Lines %
moderation.go 23 27 85.19%
<!-- Total: 23 27 85.19% -->
Totals Coverage Status
Change from base Build 3813900428: -0.1%
Covered Lines: 1407
Relevant Lines: 1514

💛 - Coveralls