Documentation ¶
Overview ¶
Package telegram implements the telegram bot daemon service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrServiceClosed = errors.New("telegram: Service closed")
ErrServiceClosed is returned by the Service's Serve method after a call to Shutdown.
Functions ¶
This section is empty.
Types ¶
type Telegram ¶ added in v0.8.0
type Telegram struct {
// contains filtered or unexported fields
}
Telegram represents a Telegram service in the application.
Click to show internal directories.
Click to hide internal directories.