get_file_url
Get a valid URL for downloading a file.
Parameters
file_id
(str
): File identifier to get download URL for.
Returns
str
Examples
- Required Parameters
await bot.get_file_url(
file_id=your_file_id_here
)
Get a valid URL for downloading a file.
file_id
(str
): File identifier to get download URL for.str
await bot.get_file_url(
file_id=your_file_id_here
)