Updated Frequently Asked Questions (markdown)

Bibo-Joshi 2021-04-15 11:01:52 +02:00
parent b5ec781faa
commit e912313e52

@ -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