1,176 bytes added
, 11:05, 2 June 2014
{{Api_DataType_Spec
|Description=Represents a Personal Live Channel object, modeling all the properties or fields associated with live (linear TV) channels.
|Members=
{{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10"
{{!}}- style="background:#88ccff;font-size:110%"
! Field
! Data Type
! Description
{{!}}- valign="top"
! FavoriteLiveChannels
{{!}} array of int
{{!}} List of favorite Live Channels IDs
{{!}}- valign="top"
! LastViewedLiveChannel
{{!}} int
{{!}} ID of the last live channel viewed by user
{{!}}- valign="top"
! UserLiveChannels
{{!}} array of int
{{!}} List of user Live Channels IDs
{{!}}- valign="top"
{{!}}}
|Example=
{
: "UserLiveChannels": array of channel IDs,
: "FavoriteLiveChannels": array of channel IDs,
: "LastViewedLiveChannel": 235
}
|KnownIssues=
None
|VersionHistory=
{{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0"
{{!}}- style="background:#88ccff;font-size:110%"
! API Version Number
! Change description
! Changes author
{{!}}- valign="top"
! 1.0
{{!}} Initial data type implementation
{{!}}
{{!}}- valign="top"
{{!}}}
|SeeAlso=
* [[LiveChannel|LiveChannel]] object
}}