stream-chat-python
stream-chat-python copied to clipboard
How to create distinct channel between members?
From offical doc:
channel = client.channel("messaging", "travel", custom_data=dict(members=["thierry"]))
But it will throw error:
TypeError: channel() got an unexpected keyword argument 'custom_data'