NB Scraper Docs - v1.3.0
    Preparing search index...

    Interface YouTubePostData

    interface YouTubePostData {
        author: string;
        authorUrl: string;
        publishTime: string;
        text: string;
        like: null | string;
        images: null | YouTubePostImage[];
        videoShareUrl: null | string;
        postType: YouTubePostType;
    }
    Index

    Properties

    author: string
    authorUrl: string
    publishTime: string
    text: string
    like: null | string
    images: null | YouTubePostImage[]
    videoShareUrl: null | string
    postType: YouTubePostType