Interface UpdateScheduledStatusParams

interface UpdateScheduledStatusParams {
    scheduledAt: string;
}

Properties

Properties

scheduledAt: string

ISO 8601 Date-time at which the status will be published. Must be at least 5 minutes into the future.