Type alias CreateScheduledStatusParams

CreateScheduledStatusParams: CreateStatusParams & {
    scheduledAt?: string | null;
}

Type declaration

  • Optional Readonly scheduledAt?: string | null

    ISO 8601 Date-time at which to schedule a status. Providing this parameter will cause ScheduledStatus to be returned instead of Status. Must be at least 5 minutes in the future.