ScheduledStatusesApi

View and manage currently scheduled statuses.

See also

Functions

Link copied to clipboard
abstract suspend fun cancelScheduledStatus(statusId: String)

Cancels a ScheduledStatus.

Link copied to clipboard
abstract suspend fun getScheduledStatus(statusId: String): ScheduledStatus?

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.