MessagesStartBot constructor

const MessagesStartBot({
  1. required InputUserBase bot,
  2. required InputPeerBase peer,
  3. required int randomId,
  4. required String startParam,
})

Messages Start Bot constructor.

Implementation

const MessagesStartBot({
  required this.bot,
  required this.peer,
  required this.randomId,
  required this.startParam,
}) : super._();