PLhery / node-twitter-api-v2

Strongly typed, full-featured, light, versatile yet powerful Twitter API v1.1 and v2 client for Node.js.
https://www.npmjs.com/package/twitter-api-v2
Apache License 2.0
1.24k stars 174 forks source link

Add canceled and ended space state #523

Closed petrbela closed 2 months ago

petrbela commented 3 months ago

Although not mentioned in the docs, the state attribute on a space can also be canceled (e.g. 1OdKrjgmNkeKX) and ended (once the space ends, e.g. 1dRJZEXDRQAGB; a recording may or may not be available but that's only returned by the unofficial periscope api, not the official spaces api).

PLhery commented 2 months ago

Oh, I missed this PR I'm sorry, thank you!