May

Results 2 comments of May

It seems v1.1 streams are now deprecated. So you will have to migrate to v2. https://twittercommunity.com/t/announcing-the-deprecation-of-v1-1-statuses-filter-endpoint/182960

This is an error with the `ChatChoice.ToString` method for streamed responses, which you are calling implicitly with `Console.Write(token)`. The response of a streamed `ChatChoice` is in `Delta`, not in `Message`,...