TDLib v0.0.2 TDLib.Object.PhotoSize View Source
Photo description.
Name | Type | Description |
---|---|---|
type | string | Thumbnail type (see https://core.telegram.org/constructor/photoSize). |
photo | file | Information about the photo file. |
width | number | Photo width. |
height | number | Photo height. |
More details on telegram’s documentation.