Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CreminiAI/skillpack
/ TelegramAdapterOptions
Interface
TelegramAdapterOptions
src/runtime/adapters/telegram.ts:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
// Config
20
// ---------------------------------------------------------------------------
21
22
export
interface
TelegramAdapterOptions {
23
token: string;
24
}
25
26
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected