v95.0.0
github-actions
released this
30 May 08:18
·
110 commits
to master
since this release
What's Changed
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 (likereplace()
used to do), you have to explicitly pass in the objects.- We removed
Client.Events.Channels.SetObjects()
in favour ofClient.Events.Channels.Replace()