Telegex v0.0.2 Telegex.Model.PhotoSize View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Telegex.Model.PhotoSize{
  file_id: String.t(),
  file_size: integer() | nil,
  file_unique_id: String.t(),
  height: integer(),
  width: integer()
}