MessagesStartHistoryImport constructor

const MessagesStartHistoryImport({
  1. required InputPeerBase peer,
  2. required int importId,
})

Messages Start History Import constructor.

Implementation

const MessagesStartHistoryImport({required this.peer, required this.importId})
    : super._();