FriendListQueryParams

data class FriendListQueryParams @JvmOverloads constructor(var limit: Int = QUERY_DEFAULT_LIMIT)

Params for creating a FriendListQuery object.

Since

4.0.0

See also

Constructors

Link copied to clipboard
constructor(limit: Int = QUERY_DEFAULT_LIMIT)

Properties

Link copied to clipboard
var limit: Int

The maximum number of items per queried page.