Answer the question
In order to leave comments, you need to log in
Writing an echo-Telebot?
Downloaded the module from here https://pypi.org/project/pyTelegramBotAPI/0.3.0/
Used https://github.com/eternnoir/pyTelegramBotAPI
#Telegram
bot
import telebot
a = input(a)
bot = telebot.TeleBot("API ")
b = input(b)
@bot.message_handler(content_types=['text'])
def send_echo(message):
bot.reply_to(message, message.text)
bot.polling (none_stop = True)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question