stream-chat-python icon indicating copy to clipboard operation
stream-chat-python copied to clipboard

How to create distinct channel between members?

Open hyqshr opened this issue 1 year ago • 0 comments

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'

hyqshr avatar Aug 14 '24 16:08 hyqshr