BotsSetBotMenuButton constructor
const
BotsSetBotMenuButton({
- required InputUserBase userId,
- required BotMenuButtonBase button,
Bots Set Bot Menu Button constructor.
Implementation
const BotsSetBotMenuButton({required this.userId, required this.button})
: super._();