SetMenuButton constructor
const
SetMenuButton({
- required int userId,
Sets menu button for the given user or for all users; for bots only
Implementation
const SetMenuButton({
required this.userId,
required this.menuButton,
});