MessagesGetExportedChatInvite constructor

const MessagesGetExportedChatInvite({
  1. required InputPeerBase peer,
  2. required String link,
})

Messages Get Exported Chat Invite constructor.

Implementation

const MessagesGetExportedChatInvite({required this.peer, required this.link})
    : super._();