1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-29 21:57:16 +02:00
2024-07-10 13:58:29 +03:00

892 B

sidebar_position
5

Download file

Download file from Telegram servers


Function DownloadFile(Val Token, Val FileID) Export

Parameter CLI option Type Destination
Token --token String Token
FileID --fileid String File ID for downloading

Returns: BinaryData - file's binary data

 FileID = "AgACAgIAAx0EcNsaZQACE1lmXraQ7CsFNZ2Jrqimp9A0ir3mQQACmtkxG77-sUoMcnd_RvALsgEAAwIAA3MAAzUE";
 Token = "6129457865:AAFyzNYOAFbu...";
 
 Result = OPI_Telegram.DownloadFile(Token, FileID);
 
 oint telegram DownloadFile --token "6129457865:AAFyzNYOAFbu..." --fileid "AgACAgIAAx0EcNsaZQACE1lmXraQ7CsFNZ2Jrqimp9A0ir3mQQACmtkxG77-sUoMcnd_RvALsgEAAwIAA3MAAzUE"

<Binary file's binary data>