change bot message stiker
This commit is contained in:
@@ -11,7 +11,7 @@ def send_orders_to_tg_bot(chat_id, product_name, quantity):
|
|||||||
url = f"https://api.telegram.org/bot{token}/sendMessage"
|
url = f"https://api.telegram.org/bot{token}/sendMessage"
|
||||||
message = (
|
message = (
|
||||||
f"✅ Товар: {product_name}\n"
|
f"✅ Товар: {product_name}\n"
|
||||||
f"🔢 Кол-во: {quantity}\n"
|
f"🛒 Кол-во: {quantity}\n"
|
||||||
)
|
)
|
||||||
payload = {
|
payload = {
|
||||||
"chat_id": chat_id,
|
"chat_id": chat_id,
|
||||||
|
|||||||
Reference in New Issue
Block a user