Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

269
Views
¿Cómo puedo agregar un botón de menú en Telegram bot?

¿Cómo puedo agregar el botón Menú en Telegram bot usando Telegraf?

botón de menú como este Menú

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

Puedes lograr esto de dos maneras. Ya sea por

  • usando el método setMyCommands , o
  • contactando a @BotFather para usar su comando /setcommands .
about 4 years ago · Juan Pablo Isaza Report

0

Creo un botón de menú agregando un nuevo marco " Grammy "

primero instale grammy: npm install grammy

en segundo lugar, agregue este código:

 const { Bot } = require("grammy"); const bot = new Bot(BOT_TOKEN); // <-- place your bot token in this string

crear lista de comandos:

 bot.api.setMyCommands([ { command: "start", description: "إبدأ من جديد" }, { command: "help", description: "طلب مساعدة " }, { command: "list", description: "القائمة " }, ]);
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!