mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 16:47:24 +01:00
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, ];
|
|
``` |