DanielaSfregola / twitter4s

An asynchronous non-blocking Scala client for both the Twitter Rest and Streaming API
Apache License 2.0
256 stars 100 forks source link

Add MediaType enum #429

Closed ConnorSinnott closed 3 years ago

ConnorSinnott commented 3 years ago

Media.type documentation states that this field can only be one of animated_gif,photo, and video. So we can better represent this field with an enum.

ConnorSinnott commented 3 years ago

Hey @DanielaSfregola! I've got another small PR for your review!