This commit is contained in:
Gitea 2018-06-11 18:44:37 -04:00
parent 9a0cc9c1c3
commit e6ff36807e

View File

@ -16,7 +16,7 @@ import (
type (
// TelegramPayload represents
TelegramPayload struct {
Message string `json:"text"`
Message string `json:"text"`
ParseMode string `json:"parse_mode"`
}
)