Versions in this module Expand all Collapse all v1 v1.3.2 Mar 24, 2025 v1.3.1 Mar 24, 2025 Changes in this version + const ModeHTML + const ModeMarkdown + type Telegram struct + func New(apiToken string) (*Telegram, error) + func (t *Telegram) AddReceivers(chatIDs ...int64) + func (t *Telegram) SetClient(client *tgbotapi.BotAPI) + func (t *Telegram) SetParseMode(mode string) + func (t Telegram) Send(ctx context.Context, subject, message string) error