Versions in this module Expand all Collapse all v0 v0.1.0 Jan 16, 2025 Changes in this version + type Discord struct + func NewDiscord(webhookID, webhookToken string) *Discord + func (d *Discord) Delete(id uint64) error + func (d *Discord) Edit(id uint64, msg string) error + func (d *Discord) Send(msg string) (uint64, error) + type Telegram struct + func NewTelegram(chatID, botToken string) *Telegram + func (t *Telegram) Delete(id uint64) error + func (t *Telegram) Edit(id uint64, msg string) error + func (t *Telegram) Send(msg string) (uint64, error)