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

    Interface EditVideoInfoVideoUploadListScheduledInfo

    interface EditVideoInfoVideoUploadListScheduledInfo {
        scheduled_post?: boolean;
        scheduled_post_time?: number;
        scheduledPost?: boolean;
        scheduledPostTime?: number;
    }
    Index

    Properties

    Optionalscheduled_post

    scheduled_post?: boolean

    Optionalscheduled_post_time

    scheduled_post_time?: number
    scheduledPost?: boolean

    Whether post it to Shopee Video at scheduled time.

    scheduledPostTime?: number

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