1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-06-15 00:15:19 +02:00

Update README_ENG.md

This commit is contained in:
Anton Titovets
2024-10-25 15:58:23 +03:00
committed by GitHub
parent fcb6085a3b
commit 174af7a6d9

View File

@ -46,7 +46,7 @@ Sending picture to Telegram chat for 1C/OneScript
Token = "6129457865:AAFyzNYOAFbu..."; Token = "6129457865:AAFyzNYOAFbu...";
ChatID = "461699897"; ChatID = "461699897";
Text = "Cool pic"; Text = "Cool pic";
Picture = "C:/picture.jpg"; // URL, путь на диске или Двоичные данные Picture = "C:/picture.jpg"; // URL, disk path or Binary data
Result = OPI_Telegram.SendImage(Token, ChatID, Text, Picture); Result = OPI_Telegram.SendImage(Token, ChatID, Text, Picture);