Get Likes Query Params
data class GetLikesQueryParams(val uri: AtUri, val cid: Cid? = null, val limit: Long? = 50, val cursor: String? = null)
Parameters
uri
AT-URI of the subject (eg, a post record).
cid
CID of the subject record (aka, specific version of record), to filter likes.