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:
parent
541fdf294b
commit
f4001356e0
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user