BotsRequestWebViewButton constructor

const BotsRequestWebViewButton({
  1. required InputUserBase userId,
  2. required KeyboardButtonBase button,
})

Bots Request Web View Button constructor.

Implementation

const BotsRequestWebViewButton({required this.userId, required this.button})
    : super._();