MadelineProto/docs/TD_docs/methods/getCommonChats.md

25 lines
791 B
Markdown
Raw Normal View History

---
title: getCommonChats
description: Returns list of common chats with an other given user. Chats are sorted by their type and creation date
---
## Method: getCommonChats
[Back to methods index](index.md)
2017-06-06 18:39:21 +02:00
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 |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|user\_id|[int](../types/int.md) | Yes|User identifier|
2017-08-25 15:05:53 +02:00
|offset\_chat\_id|[int53](../types/int53.md) | Yes|Chat identifier to return chats from, use 0 for the first request|
|limit|[int](../types/int.md) | Yes|Maximum number of chats to be returned, up to 100|
### Return type: [Chats](../types/Chats.md)