BotsGetRequestedWebViewButton constructor

const BotsGetRequestedWebViewButton({
  1. required InputUserBase bot,
  2. required String webappReqId,
})

Bots Get Requested Web View Button constructor.

Implementation

const BotsGetRequestedWebViewButton({
  required this.bot,
  required this.webappReqId,
}) : super._();