From e912313e5224f308771470294f4ba524cef805bf Mon Sep 17 00:00:00 2001 From: Bibo-Joshi Date: Thu, 15 Apr 2021 11:01:52 +0200 Subject: [PATCH] Updated Frequently Asked Questions (markdown) --- Frequently-Asked-Questions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index c691f03..84ad082 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -21,7 +21,7 @@ - [Why am I getting an error `The following arguments have not been supplied`?](#why-am-i-getting-an-error-the-following-arguments-have-not-been-supplied) - [How can I check the version of PTB I am using?](#how-can-i-check-the-version-of-ptb-i-am-using) - [Is there a limit on the number of buttons in an inline keyboard?](#is-there-a-limit-on-the-number-of-buttons-in-an-inline-keyboard) -- [How do I access info about the message by bot sent?](#how-do-I-access-info-about-the-message-by-bot-sent) +- [How do I access info about the message my bot sent?](#how-do-I-access-info-about-the-message-my-bot-sent) ### What messages can my Bot see? @@ -173,7 +173,7 @@ There are three easy ways to do this. Two work from the command line: `pip show Note that this is undocumented and may be changed by Telegram. -### How do I access info about the message by bot sent? +### How do I access info about the message my bot sent? All bot methods have a return value. For example to get the `message_id` of a text message sent by your bot, you can do