Versions in this module Expand all Collapse all v0 v0.0.2 Jul 3, 2024 Changes in this version + const TelegramEndpointName + func WithListenAddress(listen string) *endpoints.ConfigParams + func WithWebhookPath(path string) *endpoints.ConfigParams + func WithWebhookURL(url string) *endpoints.ConfigParams + type TelegramEndpoint struct + func InitializeTelegramEndpoint(token string, exitChan <-chan struct{}, database db.Database, ...) (*TelegramEndpoint, error) + func (e *TelegramEndpoint) Process() + func (e *TelegramEndpoint) Send(url, filter, message string) error