MessagesStartHistoryImport constructor
const
MessagesStartHistoryImport({
- required InputPeerBase peer,
- required int importId,
Messages Start History Import constructor.
Implementation
const MessagesStartHistoryImport({required this.peer, required this.importId})
: super._();