Preliminary video support

This commit is contained in:
Zed
2019-06-20 17:20:32 +02:00
parent cea5cc0523
commit a9826151e9
4 changed files with 45 additions and 6 deletions

View File

@@ -27,6 +27,8 @@ type
pinned*: bool
photos*: seq[string]
gif*: string
video*: string
videoThumb*: string
Tweets* = seq[Tweet]