GetChatListsToAddChat constructor
const
GetChatListsToAddChat({
- required int chatId,
Returns chat lists to which the chat can be added. This is an offline request
Implementation
const GetChatListsToAddChat({
required this.chatId,
});