BotsInvokeWebViewCustomMethod constructor

const BotsInvokeWebViewCustomMethod({
  1. required InputUserBase bot,
  2. required String customMethod,
  3. required DataJSONBase params,
})

Bots Invoke Web View Custom Method constructor.

Implementation

const BotsInvokeWebViewCustomMethod({
  required this.bot,
  required this.customMethod,
  required this.params,
}) : super._();