GetListsWithMembershipQueryParams

data class GetListsWithMembershipQueryParams(val actor: AtIdentifier, val limit: Long? = 50, val cursor: String? = null, val purposes: List<GetListsWithMembershipPurposes>? = null)

Parameters

actor

The account (actor) to check for membership.

purposes

Optional filter by list purpose. If not specified, all supported types are returned.

Constructors

Link copied to clipboard
constructor(actor: AtIdentifier, limit: Long? = 50, cursor: String? = null, purposes: List<GetListsWithMembershipPurposes>? = null)

Properties

Link copied to clipboard

The account (actor) to check for membership.

Link copied to clipboard
Link copied to clipboard
val limit: Long?
Link copied to clipboard

Optional filter by list purpose. If not specified, all supported types are returned.

Functions

Link copied to clipboard