From 0be2bf9a8be344a9266f15fc69405cc730a1241f Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Tue, 28 Jul 2020 21:35:55 +0600 Subject: [PATCH] Q: Do you support the Telegram API for clients? (README.md) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3d1108b6..c8f1da9d 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,10 @@ Q: Where I can ask questions? A: [Issues](https://github.com/teloxide/teloxide/issues) is a good place for well-formed questions, for example, about the library design, enhancements, bug reports. But if you can't compile your bot due to compilation errors and need quick help, feel free to ask in [our official group](https://t.me/teloxide). +Q: Do you support the Telegram API for clients? + +A: No, only the bots API. + Q: Why Rust? A: Most programming languages have their own implementations of Telegram bots frameworks, so why not Rust? We think Rust provides enough good ecosystem and the language itself to be suitable for writing bots.