View Source Telegex.Type.PhotoSize (Telegex v1.8.0)

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

Summary

Types

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