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

    Interface EditVideoInfoScheduledInfo

    EditVideoInfoScheduledInfo sub-interface for EditVideoInfoVideoUpload

    interface EditVideoInfoScheduledInfo {
        scheduled_post: boolean;
        scheduled_post_time?: number | Date;
    }
    Index

    Properties

    scheduled_post

    scheduled_post: boolean

    Whether post it to Shopee Video at scheduled time.

    Optionalscheduled_post_time

    scheduled_post_time?: number | Date

    Scheduled post time, millisecond timestamp. When scheduled_post is true, scheduled_post_time must not empty.