Constructor: documentAttributeImageSize
Defines the width and height of an image uploaded as document
Attributes:
Type: DocumentAttribute
Example:
$documentAttributeImageSize = ['_' => 'documentAttributeImageSize', 'w' => int, 'h' => int];
Defines the width and height of an image uploaded as document
$documentAttributeImageSize = ['_' => 'documentAttributeImageSize', 'w' => int, 'h' => int];