diff --git a/Sending-Requests.md b/Sending-Requests.md index 86ccc4f..6f5996c 100644 --- a/Sending-Requests.md +++ b/Sending-Requests.md @@ -17,7 +17,7 @@ If you want to retrieve any other user, chat or channel (channels are a special lonami = client.get_entity('lonami') ``` -Note that saving and using these entities will be more important when [Accessing the Full API](Accessing-the -Full-API). For now, this is a good way to get information about an user or chat. +Note that saving and using these entities will be more important when [Accessing the Full API](Accessing-the-Full-API). For now, this is a good way to get information about an user or chat. Other common methods for quick scripts are also available: ```python