Skip to content

Commit 8e8a42a

Browse files
committed
Add Description Url Entities
1 parent 00ecb7b commit 8e8a42a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

twitter_entities.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ type UrlEntity struct {
1010
}
1111

1212
type Entities struct {
13-
Hashtags []struct {
13+
Description UrlEentity
14+
Hashtags []struct {
1415
Indices []int
1516
Text string
1617
}

0 commit comments

Comments
 (0)