ExTwitter.Model.Upload (extwitter v0.14.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %ExTwitter.Model.Upload{
  expires_after_secs: non_neg_integer(),
  media_id: pos_integer(),
  media_id_string: String.t(),
  raw_data: map(),
  size: pos_integer() | nil
}