View Source ExGram.Model.PhotoSize (ex_gram v0.52.2)

This object represents one size of a photo or a file / sticker thumbnail.

Check the documentation of this model in https://core.telegram.org/bots/api#photosize

Summary

Types

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

Functions