messageRange
Indicates a range of chat messages
type tg.MessageRange struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
MinID | int | yes | Start of range (message ID) |
MaxID | int | yes | End of range (message ID) |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
messageRange#ae30253