MCPcopy
hub / github.com/the-open-agent/openagent / TelegramPipe

Struct TelegramPipe

pipe/telegram.go:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23const telegramApiBaseUrl = "https://api.telegram.org"
24
25type TelegramPipe struct {
26 botToken string
27 httpClient *http.Client
28}
29
30type telegramUser struct {
31 Id int64 `json:"id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected