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)