Releases: dontsovcmc/telegram-bot-unittest
Releases · dontsovcmc/telegram-bot-unittest
Send and receive document
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()