MadelineProto/docs/API_docs/constructors/updateShort.md

18 lines
338 B
Markdown
Raw Normal View History

## 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, ];
```