mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
863 B
863 B
title | description | nav_exclude | image |
---|---|---|---|
photoSize | Image description. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: photoSize
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];