Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface DeleteVideoSuccess

    DeleteVideoSuccess sub-interface for DeleteVideoResponseData

    interface DeleteVideoSuccess {
        success_post_id?: string;
        success_video_upload_id?: string;
    }
    Index

    Properties

    Optionalsuccess_post_id

    success_post_id?: string

    The post_id delete successfully.

    success_video_upload_id?: string

    The video_upload_id delete successfully.