From 8805a4bed615221c2d49ae3b2ced27ec15f39705 Mon Sep 17 00:00:00 2001 From: Tom Cleveland Date: Fri, 8 Feb 2019 07:02:26 -0800 Subject: [PATCH] Add tweet_volume field --- trends.go | 1 + 1 file changed, 1 insertion(+) diff --git a/trends.go b/trends.go index de1d466..7bdc933 100644 --- a/trends.go +++ b/trends.go @@ -14,6 +14,7 @@ type Trend struct { Name string `json:"name"` Query string `json:"query"` Url string `json:"url"` + TweetVolume *int64 `json:"tweet_volume"` PromotedContent string `json:"promoted_content"` }