MessagesSendScreenshotNotification constructor

const MessagesSendScreenshotNotification({
  1. required InputPeerBase peer,
  2. required InputReplyToBase replyTo,
  3. required int randomId,
})

Messages Send Screenshot Notification constructor.

Implementation

const MessagesSendScreenshotNotification({
  required this.peer,
  required this.replyTo,
  required this.randomId,
}) : super._();