messages.getReplies
Get messages in a reply thread
Example
TL schema
Parameters
Name
Type
Description
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
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