Streaming
Create Stream
Creates a new stream for a specific chat
POST
Path Parameters
Chat ID where the stream will be created
Body Parameters
Chat ID (must match path parameter)
Response
Indicates if the stream was created successfully
Success or error message
The created stream object
Notes
- Streams are typically used for real-time message delivery
- Multiple streams can be created for a single chat
- Ensure the chat exists before creating a stream

