1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-01-29 14:52:50 -05:00

Implement requested changes

This commit is contained in:
Curtis
2022-02-26 19:00:06 -05:00
parent 8f65bd583d
commit baf5bf89e7
4 changed files with 8 additions and 3 deletions

View File

@@ -174,8 +174,8 @@ type
available*: bool
tombstone*: string
location*: string
stats*: TweetStats
source*: string
stats*: TweetStats
retweet*: Option[Tweet]
attribution*: Option[User]
mediaTags*: seq[User]