InputNotifyPeer constructor

const InputNotifyPeer({
  1. required InputPeerBase peer,
})

Input Notify Peer constructor.

Implementation

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