We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188a389 commit 6ca76c2Copy full SHA for 6ca76c2
1 file changed
exemplos/ReplyKeyboardMarkup2.sh
@@ -40,7 +40,7 @@ do
40
# Inicia a conversa com o bot.
41
ShellBot.sendMessage --chat_id ${message_from_id[$id]} \
42
--text "Olá *${message_from_first_name[$id]}* !! em que posso ajudar?" \
43
- --reply_markup "$(ShellBot.ReplyKeyboardMarkup --button 'btn_ajuda')" \
+ --reply_markup "$(ShellBot.ReplyKeyboardMarkup --button 'btn_ajuda' -o true)" \
44
--parse_mode markdown
45
;;
46
'/ajuda'|'❓Ajuda ❓')
0 commit comments