Display unavailable tweets

This commit is contained in:
Zed
2019-06-26 21:06:42 +02:00
parent d052ff538c
commit 547cd635bf
4 changed files with 30 additions and 11 deletions
+1
View File
@@ -73,6 +73,7 @@ type
gif*: Option[Gif]
video*: Option[Video]
photos*: seq[string]
available*: bool
Tweets* = seq[Tweet]