Skip to content

Commit

Permalink
Replace medias to media (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
touyu authored Feb 7, 2021
1 parent c70a4a2 commit 27e8569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tweet.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
type TweetLookups map[string]TweetLookup

type tweetLookupIncludes struct {
Media []*MediaObj `json:"medias"`
Media []*MediaObj `json:"media"`
Place []*PlaceObj `json:"places"`
Poll []*PollObj `json:"polls"`
User []*UserObj `json:"users"`
Expand Down

0 comments on commit 27e8569

Please sign in to comment.