messages.getReplies
Get messages in a reply thread
Example
TL schema
Parameters
Name | Type | Description |
peer | Peer | |
msg_id | Message ID | |
offset_id | ||
offset_date | ||
add_offset | ||
limit | Maximum number of results to return, see pagination | |
max_id | If a positive value was transferred, the method will return only messages with ID smaller than max_id | |
min_id | If a positive value was transferred, the method will return only messages with ID bigger than min_id | |
hash |
Result
Possible errors
Code | Type | Description |
Can bots use this methd ?
yes
Related pages
How to fetch results from large lists of objects.
Last updated