bots.CheckDownloadFileParams¶
- class pyrogram.raw.functions.bots.CheckDownloadFileParams[source]¶
Check if a mini app can request the download of a specific file: called when handling web_app_request_file_download events »
Usable by Users Bots- Details:
Layer:
229ID:
50077589
- Parameters:
bot (
InputUser) – The bot that owns the mini app that requested the downloadfile_name (
str) – Thefilenamefrom the web_app_request_file_download event »url (
str) – Theurlfrom the web_app_request_file_download event »
- Returns:
bool