mirror of
https://github.com/zedeus/nitter.git
synced 2026-05-12 23:32:57 -04:00
@@ -222,6 +222,7 @@ type
|
||||
gif*: Option[Gif]
|
||||
video*: Option[Video]
|
||||
photos*: seq[Photo]
|
||||
history*: seq[int64]
|
||||
|
||||
Tweets* = seq[Tweet]
|
||||
|
||||
@@ -242,6 +243,10 @@ type
|
||||
after*: Chain
|
||||
replies*: Result[Chain]
|
||||
|
||||
EditHistory* = object
|
||||
latest*: Tweet
|
||||
history*: Tweets
|
||||
|
||||
Timeline* = Result[Tweets]
|
||||
|
||||
Profile* = object
|
||||
|
||||
Reference in New Issue
Block a user