messages.getCommonChats
Get chats in common with a user
Example
TL schema
Parameters
Name | Type | Description |
user_id | User ID | |
max_id | Maximum ID of chat to return (see pagination) | |
limit | Maximum number of results to return, see pagination |
Result
Possible errors
Code | Type | Description |
400 | MSG_ID_INVALID | Invalid message ID provided |
400 | USER_ID_INVALID | The provided user ID is invalid |
Can bots use this methd ?
yes
Related pages
How to fetch results from large lists of objects.
Last updated