Interface IgtvChannelFeedInput

interface IgtvChannelFeedInput {
    channelId: string;
    maxId?: string;
}

Properties

Properties

channelId: string

A users channel id looks like this: user_{id} A chaining (suggested videos) id looks like this: chaining_{videoId}

maxId?: string