We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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()