TDLib v0.0.2 TDLib.Method.GetRemoteFile View Source
Returns information about a file by its remote ID; this is an offline request. Can be used to register a URL as a file for further uploading, or sending as a message.
Returns object_ptr
Name | Type | Description |
---|---|---|
remote_file_id | string | Remote identifier of the file to get. |
file_type | FileType | File type, if known. |
More details on telegram’s documentation.