MadelineProto/docs/API_docs/constructors/documentAttributeImageSize.md
2016-12-19 20:56:05 +03:00

400 B

Constructor: documentAttributeImageSize

Attributes:

Name Type Required
w int Required
h int Required

Type: DocumentAttribute

Example:

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