BotsRequestedButton constructor

const BotsRequestedButton({
  1. required String webappReqId,
})

Bots Requested Button constructor.

Implementation

const BotsRequestedButton({required this.webappReqId}) : super._();