GetGroupsInCommon constructor
Returns a list of common group chats with a given user. Chats are sorted by their type and creation date
Implementation
const GetGroupsInCommon({
required this.userId,
required this.offsetChatId,
required this.limit,
});