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