79426519

Date: 2025-02-10 08:56:34
Score: 0.5
Natty:
Report link
@bot.message_handler(content_types=["contact"])
def contact_messages(message):
    bot.send_message(message.chat.id, "Contact received. Phone number: " + message.contact.phone_number, reply_markup = back)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: iOS Unit