MadelineProto/docs/API_docs/constructors/documentAttributeImageSize.md

18 lines
363 B
Markdown
Raw Normal View History

## Constructor: documentAttributeImageSize
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|w|[int](../types/int.md) | Required|
|h|[int](../types/int.md) | Required|
### Type: [DocumentAttribute](../types/DocumentAttribute.md)
### Example:
```
$documentAttributeImageSize = ['w' => int, 'h' => int, ];
```