MessagesReadMentions constructor

const MessagesReadMentions({
  1. required InputPeerBase peer,
  2. int? topMsgId,
})

Messages Read Mentions constructor.

Implementation

const MessagesReadMentions({
  required this.peer,
  this.topMsgId,
}) : super._();