676 B
676 B
title | description |
---|---|
documentAttributeImageSize23 | documentAttributeImageSize23 attributes, type and example |
Constructor: documentAttributeImageSize23
Attributes:
Name | Type | Required |
---|---|---|
w | int | Yes |
h | int | Yes |
Type: DocumentAttribute
Example:
$documentAttributeImageSize23 = ['_' => 'documentAttributeImageSize23', 'w' => int, 'h' => int, ];
Or, if you're into Lua:
documentAttributeImageSize23={_='documentAttributeImageSize23', w=int, h=int, }