mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-08 04:55:37 -05:00
Include retweets in "Tweets & Replies"
This commit is contained in:
@@ -35,11 +35,12 @@ type
|
||||
replies, media, custom = "search"
|
||||
|
||||
Query* = object
|
||||
filter*: seq[string]
|
||||
exclude*: seq[string]
|
||||
sep*: string
|
||||
fromUser*: string
|
||||
queryType*: QueryType
|
||||
filters*: seq[string]
|
||||
includes*: seq[string]
|
||||
excludes*: seq[string]
|
||||
fromUser*: string
|
||||
sep*: string
|
||||
|
||||
VideoType* = enum
|
||||
vmap, m3u8, mp4
|
||||
|
||||
Reference in New Issue
Block a user