MessagesUnpinAllMessages constructor

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

Messages Unpin All Messages constructor.

Implementation

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