$id
$id : integer
Class Stream extends Media.
Manages a stream
__construct(integer $id, string $game, integer $viewers, string $channel_language, string $channel_name, string $stream_url, string $chat_url, string $preview_url, string $status, string $channel_display_name, string $source)
| integer | $id | Stream id |
| string | $game | Game name |
| integer | $viewers | Number of viewers watching this stream |
| string | $channel_language | The channel language |
| string | $channel_name | The channel name |
| string | $stream_url | The stream url |
| string | $chat_url | The chat url |
| string | $preview_url | The stream preview url (thumbnail) |
| string | $status | The stream status (title) |
| string | $channel_display_name | The channel display name (streamer name) |
| string | $source | The stream's streaming platform |