Skip to content

getGroupsInCommon

Function · TDLib 1.8.67 · d1085f9c

Returns a list of common group chats with a given user. Chats are sorted by their type and creation date

getGroupsInCommon(
  user_id: int53,
  offset_chat_id: int53,
  limit: int32
) → Chats

user_id

int53

User identifier

offset_chat_id

int53

Chat identifier starting from which to return chats; use 0 for the first request

limit

int32

The maximum number of chats to be returned; up to 100