ChatlistsExportedInvites constructor

const ChatlistsExportedInvites({
  1. required List<ExportedChatlistInviteBase> invites,
  2. required List<ChatBase> chats,
  3. required List<UserBase> users,
})

Chatlists Exported Invites constructor.

Implementation

const ChatlistsExportedInvites({
  required this.invites,
  required this.chats,
  required this.users,
}) : super._();