mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2024-11-26 01:07:34 +00:00
commit
c09ae5036e
@ -106,7 +106,7 @@ send_message "${USER[ID]}" "lol"
|
||||
```
|
||||
To send html or markdown put the following strings before the text, depending on the parsing mode you want to enable:
|
||||
```
|
||||
send_message "${USER[ID]}" "markdown_parse_mode lol <b>bold</b>"
|
||||
send_message "${USER[ID]}" "markdown_parse_mode lol *bold*"
|
||||
```
|
||||
```
|
||||
send_message "${USER[ID]}" "html_parse_mode lol <b>bold</b>"
|
||||
|
Loading…
Reference in New Issue
Block a user