mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 19:37:51 +01:00
26 lines
495 B
Markdown
26 lines
495 B
Markdown
---
|
|
title: messageRange
|
|
description: messageRange attributes, type and example
|
|
---
|
|
## Constructor: messageRange
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|min\_id|[int](../types/int.md) | Required|
|
|
|max\_id|[int](../types/int.md) | Required|
|
|
|
|
|
|
|
|
### Type: [MessageRange](../types/MessageRange.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$messageRange = ['_' => 'messageRange', 'min_id' => int, 'max_id' => int, ];
|
|
``` |