Versions in this module Expand all Collapse all v0 v0.0.2 Jul 3, 2024 Changes in this version + type ConfigParams struct + Name string + Value string v0.0.1 Apr 14, 2019 Changes in this version + const TelegramEndpointName + 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