BotsGetRequestedWebViewButton constructor
const
BotsGetRequestedWebViewButton({
- required InputUserBase bot,
- required String webappReqId,
Bots Get Requested Web View Button constructor.
Implementation
const BotsGetRequestedWebViewButton({
required this.bot,
required this.webappReqId,
}) : super._();