Skip to content

Send and receive document

Latest
Compare
Choose a tag to compare
@dontsovcmc dontsovcmc released this 24 May 09:54
· 2 commits to master since this release

Now you can send file to the Bot:
user.send_document(folder_path, file_name)

And receive file from your Bot:
document = user.get_document()