Remove broken link

Lonami 2017-12-28 16:30:48 +01:00
parent bfc7bb6c0d
commit 01b1da3902

@ -25,7 +25,7 @@ my_channel = client.get_entity(PeerChannel(some_id))
## Via your open "chats" (dialogs)
[There's a page for that](Retrieving-all-dialogs).
Simply call `client.get_dialogs()`. If you pass `limit=None`, all dialogs will be retrieved. These contain an `.entity` attribute. Use `help(result)` for more.
## Via ResolveUsernameRequest
This is the request used by `.get_entity` internally, but you can also use it by hand: