1
0
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:
Zed
2019-07-04 04:18:32 +02:00
parent 080d4774cf
commit 141bfdc508
8 changed files with 103 additions and 5 deletions

View File

@@ -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]