View Source ExTDLib.Object.PhotoSize (ExTDLib v0.0.4)
Describes an image in JPEG format.
| Name | Type | Description |
|---|---|---|
| type | string | Image type (see https://core.telegram.org/constructor/photoSize). |
| photo | file | Information about the image file. |
| width | number | Image width. |
| height | number | Image height. |
| progressive_sizes | number | Sizes of progressive JPEG file prefixes, which can be used to preliminarily show the image; in bytes. |
More details on telegram's documentation.