GetBlocksRequest

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

Enumerates which accounts the requesting account is currently blocking. 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