1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-23 12:18:48 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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);