MessagesGetExportedChatInvites constructor

const MessagesGetExportedChatInvites({
  1. required bool revoked,
  2. required InputPeerBase peer,
  3. required InputUserBase adminId,
  4. DateTime? offsetDate,
  5. String? offsetLink,
  6. required int limit,
})

Messages Get Exported Chat Invites constructor.

Implementation

const MessagesGetExportedChatInvites({
  required this.revoked,
  required this.peer,
  required this.adminId,
  this.offsetDate,
  this.offsetLink,
  required this.limit,
}) : super._();