ReplyKeyboardMarkup without including original message as quote · python-telegram-bot/python-telegram-bot · Discussion #5178 · GitHub
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
-
Heading
-
Bold
-
Italic
-
Quote
-
Code
-
Link
-
Numbered list
-
Unordered list
-
Task list
-
Attach files
-
Mention
-
Reference
👍
1
reacted with thumbs up emoji
👎
1
reacted with thumbs down emoji
😄
1
reacted with laugh emoji
🎉
1
reacted with hooray emoji
😕
1
reacted with confused emoji
❤️
1
reacted with heart emoji
🚀
1
reacted with rocket emoji
👀
1
reacted with eyes emoji
Footer
You can’t perform that action at this time.
Uh oh!
There was an error while loading. Please reload this page.
{{title}}
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to attach some buttons to the bottom of the TG channel, as a shortcut to save time on typing.
I'm using bot.send_message() with parameters chat_id, text, parse_mode, reply_markup.
The reply_markup code is about like this:
To ensure the buttons are there, also when the bot restarts, is added to a channel etc, I set them for every message sent by the bot.
The buttons do appear in the channel, but the original bot message is included as a quotes message that the a button press replies to.
Can I change this, so the buttons are just shortcuts for commands, and not replies to specific bot messages?
Beta Was this translation helpful? Give feedback.