···2222}
23232424// SyncListReposByCollection calls the XRPC method "com.atproto.sync.listReposByCollection".
2525+//
2626+// limit: Maximum size of response set. Recommend setting a large maximum (1000+) when enumerating large DID lists.
2527func SyncListReposByCollection(ctx context.Context, c *xrpc.Client, collection string, cursor string, limit int64) (*SyncListReposByCollection_Output, error) {
2628 var out SyncListReposByCollection_Output
2729