We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i am using this:
@bot.message_contains("kycdocf") def save_kyc_docfrontimg(chat, message): photo = message.document message.reply('{file_id} \nsaved.'.format(file_id=str(photo.file_id)), reply_to = message.id)
I am i am not able to get the file_id How to do this?..Anyone pls?
file_id
The text was updated successfully, but these errors were encountered:
What are you trying to do?
Sorry, something went wrong.
I want the bot to read the photo sent to the Bot & then download to my given destination file location:
Here, the Bot is not responding..
Latest, I tried with this code snippet:
@bot.message_matches("kycdocf") def save_kyc_docfrontimg(chat, message): message.reply(f"{message.caption}") message.reply(f"{message.photo.file_id}")
Please help me in this regard 🙏
@abhi3700 @MarcoBuster #168 (comment)
No branches or pull requests
i am using this:
I am i am not able to get the
file_id
How to do this?..Anyone pls?
The text was updated successfully, but these errors were encountered: