MadelineProtoDocs/template/ReplyMarkup.md

7 lines
407 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
For simplicity, you can also provide a bot API markup object, one of:
- [bot API InlineKeyboardMarkup](https://core.telegram.org/bots/api#inlinekeyboardmarkup)
- [bot API ReplyKeyboardMarkup](https://core.telegram.org/bots/api#replykeyboardmarkup)
- [bot API ReplyKeyboardRemove](https://core.telegram.org/bots/api#replykeyboardremove)
- [bot API ForceReply](https://core.telegram.org/bots/api#forcereply)