start(update, context):
"""Send a message when the command /start is issued."""
update.message.reply_text('Hi!')
что принимает start на вход? update и context. как я здесь могу обратиться к bot.send_message?
Напрямую :/ ты ведь создал bot, ну обратись И если мне не изменяет память то в message есть бот update.message.bot.send_message
Обсуждают сегодня