We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
48e0f4c
Now you can send file to the Bot: user.send_document(folder_path, file_name)
user.send_document(folder_path, file_name)
And receive file from your Bot: document = user.get_document()
document = user.get_document()