Documentation
¶
Overview ¶
Package telegram implements ui.ChatUI for Telegram bots using telebot v4.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Telegram ¶
type Telegram struct {
// contains filtered or unexported fields
}
Telegram implements ui.ChatUI for the Telegram Bot API.
func New ¶
New creates a Telegram bot UI with the given token. It starts long-polling in a background goroutine and returns immediately.
Click to show internal directories.
Click to hide internal directories.