Skip to content

Releases: dontsovcmc/telegram-bot-unittest

Send and receive document

24 May 09:54
Compare
Choose a tag to compare

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()