Fix broken link

Lonami 2017-10-12 18:21:49 +02:00
parent cd9c18aa7b
commit c704a448de

@ -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