-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Is your feature request related to a problem? Please describe.
I want to subscribe to the chat message event using the section in your documentation. I'm already done with the auth part, I got my token.
I assume I can send this Get Events Subscriptions request first and receive the events that I can subscribe to.
However, when I send the request, I receive an empty response like the one below
{"data":[],"message":"OK"}
I am unsure if this is the correct way to receive chat messages.
Describe the solution you’d like
I would like clarification on whether this is the correct endpoint for receiving chat messages. If it is, I need guidance on why the response is empty and how to correctly receive chat messages.
Describe alternatives you’ve considered
I have checked the documentation for other possible endpoints but have not found an alternative that explicitly states how to receive chat messages.