1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-13 11:50:53 +02:00

5 lines
162 B
Plaintext
Raw Normal View History

2024-08-13 14:35:37 +03:00
 FileID = FunctionParameters["Telegram_FileID"];
Token = FunctionParameters["Telegram_Token"];
Result = OPI_Telegram.DownloadFile(Token, FileID);