1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:07:47 +01:00
MadelineProto/docs/API_docs/constructors/maskCoords.md

21 lines
471 B
Markdown
Raw Normal View History

## Constructor: maskCoords
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|n|[int](../types/int.md) | Required|
|x|[double](../types/double.md) | Required|
|y|[double](../types/double.md) | Required|
|zoom|[double](../types/double.md) | Required|
2016-12-19 18:56:05 +01:00
### Type: [MaskCoords](../types/MaskCoords.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$maskCoords = ['_' => maskCoords', 'n' => int, 'x' => double, 'y' => double, 'zoom' => double, ];
```