ScheduledStatusesApi  
    Functions
Link copied to clipboard
                  Cancels a ScheduledStatus.
Link copied to clipboard
                  Gets a single ScheduledStatus.
Link copied to clipboard
                  abstract suspend fun getScheduledStatuses(limit: Int? = null, pageInfo: PageInfo? = null): Page<List<ScheduledStatus>>
Gets currently scheduled statuses for this account.
Link copied to clipboard
                  abstract suspend fun updateScheduledStatus(statusId: String, scheduledAt: Instant?): ScheduledStatus
Updates the schedule of a ScheduledStatus.