mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-24 16:17:37 +01:00
Updated Frequently Asked Questions (markdown)
parent
b5ec781faa
commit
e912313e52
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue