UpdateBotMenuButton constructor

const UpdateBotMenuButton({
  1. required int botId,
  2. required BotMenuButtonBase button,
})

Update Bot Menu Button constructor.

Implementation

const UpdateBotMenuButton({required this.botId, required this.button})
    : super._();