Skip to content

Commit 6ca76c2

Browse files
author
Juliano Santos
committed
Update
1 parent 188a389 commit 6ca76c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exemplos/ReplyKeyboardMarkup2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ do
4040
# Inicia a conversa com o bot.
4141
ShellBot.sendMessage --chat_id ${message_from_id[$id]} \
4242
--text "Olá *${message_from_first_name[$id]}* !! em que posso ajudar?" \
43-
--reply_markup "$(ShellBot.ReplyKeyboardMarkup --button 'btn_ajuda')" \
43+
--reply_markup "$(ShellBot.ReplyKeyboardMarkup --button 'btn_ajuda' -o true)" \
4444
--parse_mode markdown
4545
;;
4646
'/ajuda'|'❓Ajuda ❓')

0 commit comments

Comments
 (0)