From bfc7bb6c0d347cbca0c7394f55cbf18af5c6158d Mon Sep 17 00:00:00 2001 From: Lonami Date: Thu, 28 Dec 2017 16:29:41 +0100 Subject: [PATCH] Remove retrieve all dialogs link as it's now builtin --- Examples.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Examples.md b/Examples.md index cccb9a4..6588fba 100644 --- a/Examples.md +++ b/Examples.md @@ -12,7 +12,6 @@ Before reading any specific example, make sure to read the [common steps](Common ## Users and chats * [Retrieving an entity](Retrieving-an-entity) (user or group) -* [Retrieving all dialogs](Retrieving-all-dialogs) * [Joining a chat or channel](Joining-a-chat-or-channel) * [Retrieving all chat members](Retrieving-all-chat-members) (channels too) * [Recent actions](Recent-actions)