GetGroupsInCommon constructor

const GetGroupsInCommon({
  1. required int userId,
  2. required int offsetChatId,
  3. required int limit,
})

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,
});