IGPAPI
    Preparing search index...

    Interface IgtvChannelFeedInput

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

    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