Download file
Download file from Telegram servers
Function DownloadFile(Val Token, Val FileID) Export
Parameter | CLI option | Type | Required | Description |
---|---|---|---|---|
Token | --token | String | ✔ | Token |
FileID | --fileid | String | ✔ | File ID for downloading |
Returns: BinaryData - file's binary data
tip
Method at API documentation: getFile
1C:Enterprise/OneScript code example
FileID = "CQACAgIAAx0EcNsaZQACKOBnIzy_esPtkTolfhAhstyxYWEfNAACyWgAAuEHGElI5ZlX6thOwTYE";
Token = "6129457865:AAFyzNYOAFbu...";
Result = OPI_Telegram.DownloadFile(Token, FileID);
- Bash
- CMD/Bat
oint telegram DownloadFile \
--token "***" \
--fileid "CQACAgIAAx0EcNsaZQACKPdnI3-qB8UHFmO56na464h_gBEltwACSF8AAuEHIEneQuxDOTqyxjYE"
oint telegram DownloadFile ^
--token "***" ^
--fileid "CQACAgIAAx0EcNsaZQACKPdnI3-qB8UHFmO56na464h_gBEltwACSF8AAuEHIEneQuxDOTqyxjYE"
Result
NOT JSON: 49 44 33 03 00 00 00 05 1F 76 54 49 54 32 00 00 00 0B 00 00 01 FF FE 44 00 6F 00 67 00 73 00 54 50 45 31 00 00 00 15 00 00 01 FF FE 4D 00 6F 00 74 00 6F 00 72 00 68 00 65 00 61 00 64 00 54 59…