GetChatListsToAddChat constructor

const GetChatListsToAddChat({
  1. required int chatId,
})

Returns chat lists to which the chat can be added. This is an offline request

Implementation

const GetChatListsToAddChat({
  required this.chatId,
});