Answer the question
In order to leave comments, you need to log in
When encrypted, does it encrypt the /start command and not execute the command?
@bot.message_handler(func=lambda m: m.text in ('start', '/start', '/Start'))
def handle_start(message):
var = message.text
qq2 = base64.b64encode(bytes(var, 'utf-8'))
msg = bot.send_message(message.chat.id, qq2)
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