GetMenuButton constructor
      const
      GetMenuButton({ 
    
- required int userId,
Returns menu button set by the bot for the given user; for bots only
Implementation
const GetMenuButton({
  required this.userId,
});