From ef483bdd763d137dd956775c6e60134a8371ca83 Mon Sep 17 00:00:00 2001 From: Lonami Date: Mon, 6 Nov 2017 13:01:32 +0100 Subject: [PATCH] Use TheAyyBot's username instead mine --- Sending-Requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sending-Requests.md b/Sending-Requests.md index 6f5996c..d88b88c 100644 --- a/Sending-Requests.md +++ b/Sending-Requests.md @@ -22,7 +22,7 @@ Note that saving and using these entities will be more important when [Accessing Other common methods for quick scripts are also available: ```python # Sending a message (use an entity/username/etc) -client.send_message('lonami', 'Hello! I am testing your Telethon library') +client.send_message('TheAyyBot', 'ayy') # Sending a photo, or a file client.send_file(myself, '/path/to/the/file.jpg', force_document=True)