This commit is contained in:
parent
c53942ac53
commit
d09b763aa7
24 changed files with 941 additions and 17 deletions
|
@ -233,8 +233,9 @@ func (t *TelegramPlatform) SendMessage(msg *model.Message) error {
|
|||
|
||||
// Prepare payload
|
||||
payload := map[string]interface{}{
|
||||
"chat_id": chatID,
|
||||
"text": msg.Text,
|
||||
"chat_id": chatID,
|
||||
"text": msg.Text,
|
||||
"parse_mode": "Markdown",
|
||||
}
|
||||
|
||||
// Add reply if needed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue