Skip to content

v1.7.0

Choose a tag to compare

@Bukk94 Bukk94 released this 25 Oct 08:50
· 35 commits to master since this release

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 KicksGiftedEvent webhook event support

Changed

  • Extended IApiCaller with HttpMethod parameter for SendAuthenticatedRequestAsync method.
  • Extended SendMessageAsync in Unofficial API to return sent message data (like ID and sender)
  • Extended Unofficial API AuthenticationSettings to 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 PinnedMessageDeletedEvent in Kick.Client as this event has no data (and it was confusing users)

Full Changelog: v1.6.2...v1.7.0

NuGet: https://www.nuget.org/packages/KickLib/1.7.0