Skip to content

Commit

Permalink
Add Description Url Entities
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinxr2 committed Dec 13, 2016
1 parent 00ecb7b commit 8e8a42a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion twitter_entities.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ type UrlEntity struct {
}

type Entities struct {
Hashtags []struct {
Description UrlEentity
Hashtags []struct {
Indices []int
Text string
}
Expand Down

0 comments on commit 8e8a42a

Please sign in to comment.