GetMutesRequest

data class GetMutesRequest(val cursor: String? = null, val limit: Long? = null)

Enumerates accounts that the requesting account (actor) currently has muted. Requires auth.

Constructors

Link copied to clipboard
constructor(cursor: String? = null, limit: Long? = null)

Properties

Link copied to clipboard
val cursor: String? = null
Link copied to clipboard
val limit: Long? = null