BotsRequestWebViewButton constructor
const
BotsRequestWebViewButton({
- required InputUserBase userId,
- required KeyboardButtonBase button,
Bots Request Web View Button constructor.
Implementation
const BotsRequestWebViewButton({required this.userId, required this.button})
: super._();