Parse a retweet like a full tweet
This commit is contained in:
parent
34aae0d008
commit
c370a9078f
3 changed files with 14 additions and 19 deletions
2
types.go
2
types.go
|
|
@ -33,7 +33,7 @@ type (
|
|||
Photos []string
|
||||
Replies int
|
||||
Retweets int
|
||||
Retweet Retweet
|
||||
Retweet *Tweet
|
||||
Text string
|
||||
TimeParsed time.Time
|
||||
Timestamp int64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue