MessagesGetChatInviteImporters constructor

const MessagesGetChatInviteImporters({
  1. required bool requested,
  2. required InputPeerBase peer,
  3. String? link,
  4. String? q,
  5. required DateTime offsetDate,
  6. required InputUserBase offsetUser,
  7. required int limit,
})

Messages Get Chat Invite Importers constructor.

Implementation

const MessagesGetChatInviteImporters({
  required this.requested,
  required this.peer,
  this.link,
  this.q,
  required this.offsetDate,
  required this.offsetUser,
  required this.limit,
}) : super._();