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

    Type Alias CommentMedia

    Media information for a comment

    type CommentMedia = {
        image_url_list: string[];
        video_url_list: string[];
    }
    Index

    Properties

    image_url_list: string[]

    List of image URLs uploaded by the buyer in the comment

    video_url_list: string[]

    List of video URLs uploaded by the buyer in the comment