Parse a retweet like a full tweet

This commit is contained in:
Alexander Sheiko 2021-07-16 11:37:43 +03:00
parent 34aae0d008
commit c370a9078f
3 changed files with 14 additions and 19 deletions

View file

@ -33,7 +33,7 @@ type (
Photos []string
Replies int
Retweets int
Retweet Retweet
Retweet *Tweet
Text string
TimeParsed time.Time
Timestamp int64