creachadair / twitter

A Go client for the Twitter v2 API (in development).
MIT License
32 stars 2 forks source link

MediaFields is missing URL #14

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hi. Thanks for the nice library!

MediaFields is missing URL. We have to make a custom struct to get the media url. I would be happy to see this fixed.

type MediaFields struct {
    URL bool
}
creachadair commented 2 years ago

Thanks for reporting that, sorry I missed it! It should be fixed now.