MessagesRequestAppWebView constructor

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

Messages Request App Web View constructor.

Implementation

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