Merge pull request #7 from iicc1/patch-1

Added Markdown support for telegram-bot-bash
This commit is contained in:
Drew 2016-03-22 09:00:22 -04:00
commit 7b38ed5389

View File

@ -65,6 +65,10 @@ send_message() {
}
send_markdown_message() {
res=$(curl -s "$MSG_URL" -F "chat_id=$1" -F "text=$2" -F "parse_mode=markdown")
}
send_keyboard() {
local chat="$1"
local text="$2"