pub async fn get_file(file_id: i32, client_id: i32) -> Result<File, Error>
Expand description
Returns information about a file; this is an offline request
ยงArguments
file_id
- Identifier of the file to getclient_id
- The client id to send the request to