From 82f96a54ca48532e9d15395b2b4ad7e6dd12bf8d Mon Sep 17 00:00:00 2001 From: Lonami Date: Sun, 10 Sep 2017 15:16:23 +0200 Subject: [PATCH] Mention to read the InteractiveTelegramClient --- Examples.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Examples.md b/Examples.md index 172e9f0..24f48c9 100644 --- a/Examples.md +++ b/Examples.md @@ -1,3 +1,5 @@ +It is strongly advised that you read the source code for the [`InteractiveTelegramClient`](https://github.com/LonamiWebs/Telethon/blob/master/telethon_examples/interactive_telegram_client.py) for an overview on how you could build your next script. This example shows a basic usage more than enough in most cases. Even reading the source for the [`TelegramClient`](https://github.com/LonamiWebs/Telethon/blob/master/telethon/telegram_client.py) may help a lot! + ## Common steps All examples listed here assume that you have successfully created a client and you're authorized as follows: