From 4b071188c31fef2961f0dcff6268f58a748b9466 Mon Sep 17 00:00:00 2001 From: Lonami Date: Sat, 18 Nov 2017 13:09:42 +0100 Subject: [PATCH] Update to layer 73 --- Accessing-the-Full-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Accessing-the-Full-API.md b/Accessing-the-Full-API.md index 34de084..4a02a70 100644 --- a/Accessing-the-Full-API.md +++ b/Accessing-the-Full-API.md @@ -46,7 +46,7 @@ result = client(SendMessageRequest(peer, 'Hello there!')) # __call__ is an alias for client.invoke(request). Both will work ``` -Message sent! Of course, this is only an example. There are over 240 methods available as of layer 17, and you can use every single of them as you wish. Remember to use the right types! To sum up: +Message sent! Of course, this is only an example. There are nearly 250 methods available as of layer 73, and you can use every single of them as you wish. Remember to use the right types! To sum up: ```python result = client(SendMessageRequest( client.get_input_entity('username'), 'Hello there!'