View Source ExTDLib.Method.GetGroupsInCommon (ExTDLib v0.0.4)
Returns a list of common group chats with a given user. Chats are sorted by their type and creation date. Returns object_ptr<Chats>.
| Name | Type | Description |
|---|---|---|
| user_id | string | User identifier. |
| offset_chat_id | string | Chat identifier starting from which to return chats; use 0 for the first request. |
| limit | number | The maximum number of chats to be returned; up to 100. |
More details on telegram's documentation.