change bot message stiker

This commit is contained in:
behruz-dev
2025-09-07 12:49:00 +05:00
parent 0510e7339e
commit 9c5130c1bc

View File

@@ -11,7 +11,7 @@ def send_orders_to_tg_bot(chat_id, product_name, quantity):
url = f"https://api.telegram.org/bot{token}/sendMessage"
message = (
f"✅ Товар: {product_name}\n"
f"🔢 Кол-во: {quantity}\n"
f"🛒 Кол-во: {quantity}\n"
)
payload = {
"chat_id": chat_id,