a
Size: a a a
a
a
А
a

a
А
А
А
a
a
a
M
a
M
KO
А🛠
@bot.message_handler(commands=['start'])
def start(message):
bot.send_message(message.from_user.id, "text")
๖๖
@bot.message_handler(commands=['start'])
def start(message):
msg = bot.send_message(message.from_user.id, "text")
bot.register_next_step_handler(msg, send_to_me)
def send_to_me(message)
bot.send_message(yourid, message.text)
๖๖
('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))๖๖
๖๖