UpdateBotMenuButton constructor
const
UpdateBotMenuButton({
- required int botId,
- required BotMenuButtonBase button,
Update Bot Menu Button constructor.
Implementation
const UpdateBotMenuButton({required this.botId, required this.button})
: super._();