MadelineProtoDocs/docs/API_docs/constructors/photoSize.md
2024-05-01 14:53:46 +02:00

863 B

title description nav_exclude image
photoSize Image description. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: photoSize

Back to constructors index

Image description.

Attributes:

Name Type Required Description
type string Yes Thumbnail type »
w int Yes Image width
h int Yes Image height
size int Yes File size

Type: PhotoSize

Example:

$photoSize = ['_' => 'photoSize', 'type' => 'string', 'w' => int, 'h' => int, 'size' => int];