@playlive/twitch-shared
Preparing search index...
TwitchStream
Interface TwitchStream
A live Twitch stream as returned by Helix
GET /helix/streams?user_id=…
.
interface
TwitchStream
{
game_id
:
string
;
game_name
:
string
;
id
:
string
;
is_mature
:
boolean
;
language
:
string
;
started_at
:
string
;
tag_ids
:
string
[]
;
tags
:
string
[]
;
thumbnail_url
:
string
;
title
:
string
;
type
:
string
;
user_id
:
string
;
user_login
:
string
;
user_name
:
string
;
viewer_count
:
number
;
}
Index
Properties
game_
id
game_
name
id
is_
mature
language
started_
at
tag_
ids
tags
thumbnail_
url
title
type
user_
id
user_
login
user_
name
viewer_
count
Properties
game_
id
game_id
:
string
game_
name
game_name
:
string
id
id
:
string
is_
mature
is_mature
:
boolean
language
language
:
string
started_
at
started_at
:
string
tag_
ids
tag_ids
:
string
[]
tags
tags
:
string
[]
thumbnail_
url
thumbnail_url
:
string
title
title
:
string
type
type
:
string
user_
id
user_id
:
string
user_
login
user_login
:
string
user_
name
user_name
:
string
viewer_
count
viewer_count
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
game_
id
game_
name
id
is_
mature
language
started_
at
tag_
ids
tags
thumbnail_
url
title
type
user_
id
user_
login
user_
name
viewer_
count
@playlive/twitch-shared
Loading...
A live Twitch stream as returned by Helix
GET /helix/streams?user_id=….