IT news | Tg Bots
#python #aiogram from aiogram import Bot, Dispatcher, executor, types API_TOKEN = '1649328853:AAHCNwTTJiobvC26oUo_Lz7MPyKgMasy_GU' # Initialize bot and dispatcher bot = Bot(token=API_TOKEN) dp = Dispatcher(bot) @dp.message_handler(commands=['start', 'help'])…
#natija
Bu yerda message.reply qoyganimiz uchun reply qilib javob bermoqda
Bunday qilsak shunchaki javob yuboradi
Bu yerda message.reply qoyganimiz uchun reply qilib javob bermoqda
bot.send_message(message.chat.id, "Salom")
Bunday qilsak shunchaki javob yuboradi