View Source Tw.V1_1.Sizes (Tw v0.1.0)
Sizes data structure and related functions. https://developer.twitter.com/en/docs/twitter-api/v1/data-dictionary/object-model/entities
Link to this section Summary
Types
field description thumb
Information for a thumbnail-sized version of the media. large
Information for a large-sized version of the media. medium
Information for a medium-sized version of the media. small
Information for a small-sized version of the media.
Link to this section Types
Specs
t() :: %Tw.V1_1.Sizes{ large: Tw.V1_1.Size.t(), medium: Tw.V1_1.Size.t(), small: Tw.V1_1.Size.t(), thumb: Tw.V1_1.Size.t() }
field description thumb
Information for a thumbnail-sized version of the media. large
Information for a large-sized version of the media. medium
Information for a medium-sized version of the media. small
Information for a small-sized version of the media.
Link to this section Functions
Specs
Decode JSON-decoded map into t/0