get_file
Use this method to get basic info about a file and prepare it for downloading.
Parameters
file_id
(str
): File identifier
Returns
File
Examples
- Required Parameters
await bot.get_file(
file_id=your_file_id_here
)
Use this method to get basic info about a file and prepare it for downloading.
file_id
(str
): File identifierawait bot.get_file(
file_id=your_file_id_here
)