masto
    Preparing search index...

    Type Alias CreateScheduledStatusParams

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

    Type Declaration

    • Optional ReadonlyscheduledAt?: 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.