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?