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

    Interface PostVideoResponseData

    interface PostVideoResponseData {
        failureList?: PostVideoFailureList[];
        successList?: PostVideoSuccessList[];
    }
    Index

    Properties

    failureList?: PostVideoFailureList[]

    The list of video post failed.

    successList?: PostVideoSuccessList[]

    The list of video post successfully.