Skip to content

v95.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 08:18
· 110 commits to master since this release

What's Changed

  • Added call to completely replace channels (including objects) by @mroloux in #82

Full Changelog: v94.2.0...v95.0.0

Migrating from v94

  • Client.Events.Channels.Replace() now takes a list instead of a map. If you want to just replace the channel metadata but keep the objects (like replace() used to do), you have to explicitly pass in the objects.
  • We removed Client.Events.Channels.SetObjects() in favour of Client.Events.Channels.Replace()