Versions in this module Expand all Collapse all v0 v0.0.1 Apr 30, 2023 Changes in this version + type TelegramBot struct + Bot *tgBotApi.BotAPI + Messenger *m.Messenger + func Connect(log *logger.Logger, token, logLevel string, groupTitle *string, ...) (*TelegramBot, error) + func (b *TelegramBot) Init() + func (b *TelegramBot) Run() + func (b *TelegramBot) SendTextMsg(ts time.Time, phone, msgId, name, msg string)