Get chats in common with a user
Method schema is available as of layer 133. Switch ยป
| Name | Type | Description |
|---|---|---|
| user_id | InputUser | User ID |
| max_id | long | Maximum ID of chat to return (see pagination) |
| limit | int | Maximum number of results to return, see pagination |
| Code | Type | Description |
|---|---|---|
| 400 | MSG_ID_INVALID | Invalid message ID provided. |
| 400 | USER_ID_INVALID | The provided user ID is invalid. |
How to fetch results from large lists of objects.