Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TelegramBot ¶
type TelegramBot interface {
ProxyTo(chatId int64) proxy.ProxyTarget
Send(message string, chatId int64) error
}
func New ¶
func New(apiKey string) (TelegramBot, error)
Click to show internal directories.
Click to hide internal directories.