Skip to content

🔧 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
)