I have question about Telegram bot. I want keyboard and inline keyboard, Can I enable both of the features at the same time ?
Inline keyboards are available for messages sent both in chat mode and inline mode. Unlike with custom reply keyboards, pressing buttons on inline keyboards doesn't result in messages sent to the chat.
Inline Telegram bots are those which can be summoned at will to offer a service in the middle of a chat session without having to go through the inconvenience of first leaving the chat.
Formatting Options You can use bold and italic text, as well as inline links and pre-formatted code in your bots' messages. Telegram clients will render them accordingly. You can use either markdown-style or HTML-style formatting.
According to Telegram documentation, it's currently impossible to pass two or more objects for reply_markup
at the same time. reply_markup
only accepts one of these objects at the same time:
And of course you cannot combine two or more objects together. If you wanna show keyboard and have inline keyboard too, you can show the keyboard in a message and after that send another message with inline keyboard.
Cheers,
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With