Added missing fields in livestream response
This commit is contained in:
parent
b33f413975
commit
5ac1d6c019
|
@ -83,6 +83,9 @@ type LivestreamResponse struct {
|
||||||
Now int64 `json:"now"`
|
Now int64 `json:"now"`
|
||||||
Type string `json:"type"`
|
Type string `json:"type"`
|
||||||
UserID string `json:"user_id"`
|
UserID string `json:"user_id"`
|
||||||
|
Username string `json:"username"`
|
||||||
|
ChannelID int64 `json:"channel_id"`
|
||||||
|
ChannelName string `json:"channel_name"`
|
||||||
MaxNumResults int64 `json:"max_num_results"`
|
MaxNumResults int64 `json:"max_num_results"`
|
||||||
Followers Followers `json:"followers"`
|
Followers Followers `json:"followers"`
|
||||||
Subscribers Subscribers `json:"subscribers"`
|
Subscribers Subscribers `json:"subscribers"`
|
||||||
|
|
Loading…
Reference in a new issue