mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:27:46 +01:00
470 B
470 B
Constructor: maskCoords
Attributes:
Name | Type | Required |
---|---|---|
n | int | Required |
x | double | Required |
y | double | Required |
zoom | double | Required |
Type: MaskCoords
Example:
$maskCoords = ['_' => maskCoords', 'n' => int, 'x' => double, 'y' => double, 'zoom' => double, ];