MessagesRequestAppWebView constructor

const MessagesRequestAppWebView({
  1. required bool writeAllowed,
  2. required InputPeerBase peer,
  3. required InputBotAppBase app,
  4. String? startParam,
  5. DataJSONBase? themeParams,
  6. required String platform,
})

Messages Request App Web View constructor.

Implementation

const MessagesRequestAppWebView({
  required this.writeAllowed,
  required this.peer,
  required this.app,
  this.startParam,
  this.themeParams,
  required this.platform,
}) : super._();