diff --git a/twitter_entities.go b/twitter_entities.go index e838cfa..5cceabd 100644 --- a/twitter_entities.go +++ b/twitter_entities.go @@ -10,7 +10,8 @@ type UrlEntity struct { } type Entities struct { - Hashtags []struct { + Description UrlEntity + Hashtags []struct { Indices []int Text string }