Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Commit 7fd79e2

Browse files
lexirossdghubble
authored andcommitted
Add QuoteCount and RetweetCount to Tweet (#132)
1 parent 7ecc41c commit 7fd79e2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

twitter/statuses.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ type Tweet struct {
2727
InReplyToUserIDStr string `json:"in_reply_to_user_id_str"`
2828
Lang string `json:"lang"`
2929
PossiblySensitive bool `json:"possibly_sensitive"`
30+
QuoteCount int `json:"quote_count"`
31+
ReplyCount int `json:"reply_count"`
3032
RetweetCount int `json:"retweet_count"`
3133
Retweeted bool `json:"retweeted"`
3234
RetweetedStatus *Tweet `json:"retweeted_status"`

0 commit comments

Comments
 (0)