mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 14:27:23 +01:00
400 B
400 B
Constructor: documentAttributeImageSize
Attributes:
Name | Type | Required |
---|---|---|
w | int | Required |
h | int | Required |
Type: DocumentAttribute
Example:
$documentAttributeImageSize = ['_' => documentAttributeImageSize', 'w' => int, 'h' => int, ];