From 6c7cfd79b96262c6930698024e7f0f265022c4c8 Mon Sep 17 00:00:00 2001 From: Antoni Mur Date: Wed, 27 May 2020 20:34:27 +0300 Subject: [PATCH] Add Taas to the list of alternatives in other languages (#1474) --- readthedocs/developing/telegram-api-in-other-languages.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readthedocs/developing/telegram-api-in-other-languages.rst b/readthedocs/developing/telegram-api-in-other-languages.rst index 63767c15..943a4a1c 100644 --- a/readthedocs/developing/telegram-api-in-other-languages.rst +++ b/readthedocs/developing/telegram-api-in-other-languages.rst @@ -45,6 +45,11 @@ languages for `@badoualy `__, currently as a beta– yet working. +Language-Agnostic +================= + +`Taas `__ is a service that lets you use Telegram API with any HTTP client via API. Using tdlib under the hood, Taas is commercial service, but allows free access if you use under 5000 requests per month. + PHP ===