791 B
791 B
title | description |
---|---|
getCommonChats | Returns list of common chats with an other given user. Chats are sorted by their type and creation date |
Method: getCommonChats
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns list of common chats with an other given user. Chats are sorted by their type and creation date
Params:
Name | Type | Required | Description |
---|---|---|---|
user_id | int | Yes | User identifier |
offset_chat_id | int53 | Yes | Chat identifier to return chats from, use 0 for the first request |
limit | int | Yes | Maximum number of chats to be returned, up to 100 |