Get messages in a reply thread
Method schema is available as of layer 133. Switch ยป
| Name | Type | Description |
|---|---|---|
| peer | InputPeer | Peer |
| msg_id | int | Message ID |
| offset_id | int | Offsets for pagination, for more info click here |
| offset_date | int | Offsets for pagination, for more info click here |
| add_offset | int | Offsets for pagination, for more info click here |
| limit | int | Maximum number of results to return, see pagination |
| max_id | int | If a positive value was transferred, the method will return only messages with ID smaller than max_id |
| min_id | int | If a positive value was transferred, the method will return only messages with ID bigger than min_id |
| hash | long | Hash used for caching, for more info click here |
| Code | Type | Description |
|---|---|---|
| 400 | CHANNEL_INVALID | The provided channel is invalid. |
| 400 | CHANNEL_PRIVATE | You haven't joined this channel/supergroup. |
| 400 | MSG_ID_INVALID | Invalid message ID provided. |
| 400 | PEER_ID_INVALID | The provided peer id is invalid. |
| 400 | TOPIC_ID_INVALID | The specified topic ID is invalid. |
How to fetch results from large lists of objects.