mirror of
https://github.com/zedeus/nitter.git
synced 2026-05-15 08:42:51 -04:00
Track rate limits, reset after 24 hours
This commit is contained in:
@@ -32,6 +32,8 @@ type
|
||||
RateLimit* = object
|
||||
remaining*: int
|
||||
reset*: int
|
||||
limited*: bool
|
||||
limitedAt*: int
|
||||
|
||||
GuestAccount* = ref object
|
||||
id*: string
|
||||
|
||||
Reference in New Issue
Block a user