Get Quotes Query Params
data class GetQuotesQueryParams(val uri: AtUri, val cid: Cid? = null, val limit: Long? = 50, val cursor: String? = null)
Parameters
uri
Reference (AT-URI) of post record
cid
If supplied, filters to quotes of specific version (by CID) of the post record.