v4.0.0
v4.0.0
Added
- Read-only GetChannel endpoint (sync and async):
client.chat.get_channel(type, id, state=..., messages_limit=..., members_limit=..., watchers_limit=...)— fetch a channel by CID without creating it (returnsChannelStateResponse;404if it does not exist).
Breaking changes
- The moderation
CallResponsemodel is renamed toModerationCallResponse(the VideoCallResponseis unchanged). - Removed non-functional internal
ModerationSettingsfields that are no longer part of the API surface.
Install: pip install getstream==4.0.0