MessagesReadMentions constructor
const
MessagesReadMentions({
- required InputPeerBase peer,
- int? topMsgId,
Messages Read Mentions constructor.
Implementation
const MessagesReadMentions({required this.peer, this.topMsgId}) : super._();