Get Invite Codes Query Params
data class GetInviteCodesQueryParams(val sort: GetInviteCodesSort? = GetInviteCodesSort.Recent, val limit: Long? = 100, val cursor: String? = null)
Constructors
Link copied to clipboard
constructor(sort: GetInviteCodesSort? = GetInviteCodesSort.Recent, limit: Long? = 100, cursor: String? = null)