v1.7.0
Breaking changes
This version contains a breaking change in case you are implementing custom IApiCaller interface. SendAuthenticatedRequestAsync was extended with new parameter. See Migration Guide.
What's Changed
Added
- Added Delete Message for Unofficial API
- Added
KicksGiftedEventwebhook event support
Changed
- Extended
IApiCallerwithHttpMethodparameter forSendAuthenticatedRequestAsyncmethod. - Extended
SendMessageAsyncin Unofficial API to return sent message data (like ID and sender) - Extended Unofficial API
AuthenticationSettingsto allow passing override Bearer token to bypass login flow - Updated Puppeteer version to 20.x for Unofficial API on .NET 8 and above
Remove
- Removed
PinnedMessageDeletedEventin Kick.Client as this event has no data (and it was confusing users)
Full Changelog: v1.6.2...v1.7.0