MessagesRequestMainWebView constructor
const
MessagesRequestMainWebView({
- required bool compact,
- required bool fullscreen,
- required InputPeerBase peer,
- required InputUserBase bot,
- String? startParam,
- DataJSONBase? themeParams,
- required String platform,
Messages Request Main Web View constructor.
Implementation
const MessagesRequestMainWebView({
required this.compact,
required this.fullscreen,
required this.peer,
required this.bot,
this.startParam,
this.themeParams,
required this.platform,
}) : super._();