MadelineProto/old_docs/API_docs_v46/constructors/updates_differenceEmpty.md

28 lines
555 B
Markdown
Raw Normal View History

---
2017-01-19 23:02:27 +01:00
title: updates.differenceEmpty
description: updates_differenceEmpty attributes, type and example
---
2017-01-19 23:02:27 +01:00
## Constructor: updates.differenceEmpty
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|date|[int](../types/int.md) | Required|
|seq|[int](../types/int.md) | Required|
### Type: [updates\_Difference](../types/updates_Difference.md)
### Example:
```
2017-01-19 23:02:27 +01:00
$updates_differenceEmpty = ['_' => 'updates.differenceEmpty', 'date' => int, 'seq' => int, ];
```