This commit is contained in:
tsmethurst 2021-05-31 17:33:07 +02:00
commit 371f73da78
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ const (
MaxIDKey = "max_id"
// LimitKey is for specifying maximum number of notifications to return.
LimitKey = "limit"
// SinceIDKey
// SinceIDKey is for specifying the minimum notification ID to return.
SinceIDKey = "since_id"
)