vendor/github.com/McKael/madon/v3/madon.go
changeset 270 df7e9dff1b66
parent 268 4dd196a4ee7c
--- a/vendor/github.com/McKael/madon/v3/madon.go	Sat Feb 04 13:18:01 2023 +0100
+++ b/vendor/github.com/McKael/madon/v3/madon.go	Sat Feb 04 13:26:06 2023 +0100
@@ -13,9 +13,9 @@
 
 // LimitParams contains common limit/paging options for the Mastodon REST API
 type LimitParams struct {
-	Limit          int   // Number of items per query
-	SinceID, MaxID int64 // Boundaries
-	All            bool  // Get as many items as possible
+	Limit          int              // Number of items per query
+	SinceID, MaxID ActivityID // Boundaries
+	All            bool             // Get as many items as possible
 }
 
 // apiCallParams is a map with the parameters for an API call