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

    Interface VideoInfo

    Video information

    interface VideoInfo {
        duration: number;
        thumbnail_url: string;
        video_url: string;
    }
    Index

    Properties

    duration: number

    Duration of video.

    thumbnail_url: string

    Thumbnail of video.

    video_url: string

    Url of video.