Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface GetVideoListResponseData

    interface GetVideoListResponseData {
        hasMore?: boolean;
        list?: GetVideoListList[];
        totalCount?: number;
    }
    Index

    Properties

    hasMore?: boolean

    This is to indicate whether the video list is more than one page. If this value is true, you may want to continue to check next page to retrieve the rest of data.

    The list of video that match the condition.

    totalCount?: number

    The total count of video that match the condition.