MessagesImportChatInvite constructor

const MessagesImportChatInvite({
  1. required String hash,
})

Messages Import Chat Invite constructor.

Implementation

const MessagesImportChatInvite({
  required this.hash,
}) : super._();