From cadc850ee2e7097158c7a3f5194c2e0b11ab5e52 Mon Sep 17 00:00:00 2001 From: Bibo-Joshi <22366557+Bibo-Joshi@users.noreply.github.com> Date: Wed, 6 Oct 2021 08:01:58 +0200 Subject: [PATCH] Updated Frequently Asked Questions (markdown) --- Frequently-Asked-Questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index 641f13d..ea43790 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -81,7 +81,7 @@ Please note that python-telegram-bot is only a *wrapper* for the Telegram Bot AP You can find a full list of all available methods in the [official docs](https://core.telegram.org/bots/api#available-methods). Anything *not* listed there can not be done with bots. Here is a short list of frequently requested tasks, that can *not* be done with the Bot API: -* Getting a list of all members of a group +* Getting a list of all members of a group. You'll need to keep track, e.g. using approaches displayed in [chatmemberbot.py](https://github.com/python-telegram-bot/python-telegram-bot/tree/master/examples#chatmemberbotpy) * Adding members to a group/channel (note that you can just send an invite link, which is also less likely to be seen as spam) * Clearing the chat history for a user * Getting a message by its `message_id` (For the interested reader: see [here](https://github.com/tdlib/telegram-bot-api/issues/62))