Skip to content

Commit

Permalink
Added MediaKey attribute to the EntityURLObj (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykarulin authored Nov 3, 2022
1 parent 3cb81e5 commit e324a10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2/common_obj.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ type EntityURLObj struct {
Title string `json:"title"`
Description string `json:"description"`
UnwoundURL string `json:"unwound_url"`
MediaKey string `json:"media_key"`
}

// EntityTagObj contains details about text recognized as a tag
Expand Down

0 comments on commit e324a10

Please sign in to comment.