MadelineProto/docs/API_docs/constructors/documentAttributeImageSize.md

363 B

Constructor: documentAttributeImageSize

Attributes:

Name Type Required
w int Required
h int Required

Type: DocumentAttribute

Example:

$documentAttributeImageSize = ['w' => int, 'h' => int, ];