Version 2.3.1
🐛 Fix issue with exclude_bot_users
and exclude_external_shared_channels
- When calling the
excludeBotUsers
andexcludeExternalSharedChannels
, the resulting DTO had both afilter
argument as well asexclude_bot_users
andexclude_external_shared_channels
, resulting in an invalid payload. This has been resolved.