MCPcopy Create free account
hub / github.com/hydro-dev/Hydro /

Class

packages/telegram/index.ts:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8const icon = '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m20.665 3.717-17.73 6.837c-1.21.486-1.203 1.161-.222 1.462l4.552 1.42 10.532-6.645c.498-.303.953-.14.579.192l-8.533 7.701h-.002l.002.001-.314 4.692c.46 0 .663-.211.921-.46l2.211-2.15 4.599 3.397c.848.467 1.457.227 1.668-.785l3.019-14.228c.309-1.239-.473-1.8-1.282-1.434z"/></svg>';
9
10export default class TelegramService extends Service {
11 static inject = ['oauth'];
12 static Config = Schema.object({
13 token: Schema.string().role('secret').required(),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected