mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-08 04:55:37 -05:00
Add photo rail support
This commit is contained in:
@@ -57,6 +57,11 @@ type
|
||||
url*: string
|
||||
thumb*: string
|
||||
|
||||
GalleryPhoto* = object
|
||||
url*: string
|
||||
tweetId*: string
|
||||
color*: string
|
||||
|
||||
Poll* = object
|
||||
options*: seq[string]
|
||||
values*: seq[int]
|
||||
|
||||
Reference in New Issue
Block a user