BotsSetBotMenuButton constructor

const BotsSetBotMenuButton({
  1. required InputUserBase userId,
  2. required BotMenuButtonBase button,
})

Bots Set Bot Menu Button constructor.

Implementation

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