MessagesExportChatInvite constructor

const MessagesExportChatInvite({
  1. required bool legacyRevokePermanent,
  2. required bool requestNeeded,
  3. required InputPeerBase peer,
  4. DateTime? expireDate,
  5. int? usageLimit,
  6. String? title,
})

Messages Export Chat Invite constructor.

Implementation

const MessagesExportChatInvite({
  required this.legacyRevokePermanent,
  required this.requestNeeded,
  required this.peer,
  this.expireDate,
  this.usageLimit,
  this.title,
}) : super._();