MadelineProto/docs/API_docs/constructors/documentAttributeImageSize23.md
2017-05-27 22:21:14 +01:00

676 B

title description
documentAttributeImageSize23 documentAttributeImageSize23 attributes, type and example

Constructor: documentAttributeImageSize23

Back to constructors index

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, }