Versions in this module Expand all Collapse all v0 v0.0.4 Jul 22, 2024 Changes in this version + type Option func(Telegram) + type ParseMode string + const ModeHTML + const ModeMarkdown + const ModeMarkdownV2 + type Telegram interface + Edit func(id int, msg string, mode ParseMode) (*tgbotapi.Message, error) + Send func(msg string, mode ParseMode) (*tgbotapi.Message, error) + func New(token string, chatID int64, opts ...Option) (Telegram, error)