MessagesRequestWebView constructor

const MessagesRequestWebView({
  1. required bool fromBotMenu,
  2. required bool silent,
  3. required InputPeerBase peer,
  4. required InputUserBase bot,
  5. String? url,
  6. String? startParam,
  7. DataJSONBase? themeParams,
  8. required String platform,
  9. InputReplyToBase? replyTo,
  10. InputPeerBase? sendAs,
})

Messages Request Web View constructor.

Implementation

const MessagesRequestWebView({
  required this.fromBotMenu,
  required this.silent,
  required this.peer,
  required this.bot,
  this.url,
  this.startParam,
  this.themeParams,
  required this.platform,
  this.replyTo,
  this.sendAs,
}) : super._();