MessagesGetMessageReadParticipants constructor

const MessagesGetMessageReadParticipants({
  1. required InputPeerBase peer,
  2. required int msgId,
})

Messages Get Message Read Participants constructor.

Implementation

const MessagesGetMessageReadParticipants({
  required this.peer,
  required this.msgId,
}) : super._();