From 8e8a42ab492ae7d1f7ca933760f97a0775819bf7 Mon Sep 17 00:00:00 2001 From: Adam Blaschke Date: Tue, 13 Dec 2016 15:23:18 -0500 Subject: [PATCH] Add Description Url Entities --- twitter_entities.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/twitter_entities.go b/twitter_entities.go index e838cfa..fda13b1 100644 --- a/twitter_entities.go +++ b/twitter_entities.go @@ -10,7 +10,8 @@ type UrlEntity struct { } type Entities struct { - Hashtags []struct { + Description UrlEentity + Hashtags []struct { Indices []int Text string }