1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-02-11 13:15:34 +02:00

style(fmt): make fmt

This commit is contained in:
Niko Köser 2022-08-05 10:39:34 +02:00
parent 541fdf294b
commit f4001356e0
No known key found for this signature in database
GPG Key ID: F3F28C118DAA6375

View File

@ -40,7 +40,8 @@ func New(apiToken string) (*Telegram, error) {
// SetParseMode sets the parse mode for the message body.
// For more information about telegram constants:
// -> https://pkg.go.dev/github.com/go-telegram-bot-api/telegram-bot-api#pkg-constants
//
// -> https://pkg.go.dev/github.com/go-telegram-bot-api/telegram-bot-api#pkg-constants
func (t *Telegram) SetParseMode(mode string) {
parseMode = mode
}