18 lines
338 B
Markdown
18 lines
338 B
Markdown
|
## Constructor: updateShort
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|update|[Update](../types/Update.md) | Required|
|
||
|
|date|[int](../types/int.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [Updates](../types/Updates.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$updateShort = ['update' => Update, 'date' => int, ];
|
||
|
```
|