LiveChannelStreams

From Gvp-public
Jump to navigation Jump to search

Represents an object containing the live channel ID and the list of live streams associated to it

Members

Field Data Type Description
LiveChannelID int Live Channel ID
LiveStreamList Array of LiveStream Stream ID


Example

{

"LiveChannelID": 235,
"LiveStreamList": [
Array of LiveStream
]

}


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial data type implementation Harley Cabral


See also