MessagesReadHistory constructor

const MessagesReadHistory({
  1. required InputPeerBase peer,
  2. required int maxId,
})

Messages Read History constructor.

Implementation

const MessagesReadHistory({required this.peer, required this.maxId})
    : super._();