@utdk/telegram 5.0.0-20260530.2-dev.646adf4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/overlay.yaml ADDED
@@ -0,0 +1,23 @@
1
+ # Spec enrichment overlay for telegram
2
+ # Edit this file to add corrections, pagination hints, and auth hints.
3
+ # This overlay is applied during regeneration to enrich the generated package.
4
+ # Keys under 'descriptions', 'paginationHints', and 'authHints' are keyed by operationId.
5
+ #
6
+ # Example description correction:
7
+ # descriptions:
8
+ # listRepos: "List all repositories the authenticated user has access to."
9
+ #
10
+ # Example pagination hint:
11
+ # paginationHints:
12
+ # listRepos:
13
+ # type: cursor
14
+ # cursorParam: page
15
+ # limitParam: per_page
16
+ # resultsKey: items
17
+
18
+ provider: telegram
19
+ specUrl: https://api.apis.guru/v2/specs/telegram.org/5.0.0/openapi.json
20
+ generatedAt: 2026-05-30T18:15:40.674Z
21
+ descriptions: {}
22
+ paginationHints: {}
23
+ authHints: {}
package/package.json ADDED
@@ -0,0 +1,33 @@
1
+ {
2
+ "name": "@utdk/telegram",
3
+ "version": "5.0.0-20260530.2-dev.646adf4",
4
+ "type": "module",
5
+ "description": "Generated UTDK provider client for Telegram Bot API. Auto-generated OpenAPI schema",
6
+ "homepage": "https://core.telegram.org/bots/api",
7
+ "keywords": [
8
+ "telegram",
9
+ "generated",
10
+ "openapi",
11
+ "utdk"
12
+ ],
13
+ "utdk": {
14
+ "provider": "telegram",
15
+ "generation": 2,
16
+ "generatedAt": "2026-05-30T18:16:15.724Z",
17
+ "auth": [
18
+ {
19
+ "auth_type": "api_key",
20
+ "api_key": "${TELEGRAM_BOT_TOKEN}",
21
+ "var_name": "token",
22
+ "location": "query"
23
+ }
24
+ ],
25
+ "openapi": {
26
+ "title": "Telegram Bot API",
27
+ "url": "https://api.apis.guru/v2/specs/telegram.org/5.0.0/openapi.json",
28
+ "version": "5.0.0",
29
+ "termsOfService": null,
30
+ "icon": "https://api.apis.guru/v2/cache/logo/https_apis.guru_assets_images_no-logo.svg"
31
+ }
32
+ }
33
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "provider": "telegram",
3
+ "generatedAt": "2026-05-30T18:16:23.191Z",
4
+ "generation": 2,
5
+ "source": {
6
+ "type": "openapi",
7
+ "url": "https://api.apis.guru/v2/specs/telegram.org/5.0.0/openapi.json",
8
+ "hash": "sha256:b0f686018ebaed21c8870827965b068757195e8cf37441e648cf14677937de55",
9
+ "fetchedAt": "2026-05-30T18:16:23.191Z"
10
+ },
11
+ "ingestSource": "printing-press",
12
+ "pipeline": {
13
+ "research": {
14
+ "noveltyScore": 8,
15
+ "competingPackages": 5
16
+ },
17
+ "scorecard": {
18
+ "infrastructure": "fail",
19
+ "domain": 85
20
+ },
21
+ "agentReadiness": "pass"
22
+ },
23
+ "bundlerVersion": "0.1.1"
24
+ }
package/research.json ADDED
@@ -0,0 +1,44 @@
1
+ {
2
+ "provider": "telegram",
3
+ "generatedAt": "2026-05-30T18:16:16.093Z",
4
+ "noveltyScore": 8,
5
+ "npmPackages": [
6
+ {
7
+ "name": "telegram-sdk",
8
+ "version": "0.0.7",
9
+ "description": "Telegram Web App - (Uses July 7, 2024, Bot API 7.7)",
10
+ "category": "community-sdk"
11
+ },
12
+ {
13
+ "name": "wallet-pay-sdk-ts",
14
+ "version": "1.0.13",
15
+ "description": "👛 Wallet Pay (Telegram) SDK with TypeScript support",
16
+ "category": "other"
17
+ },
18
+ {
19
+ "name": "telegram-sdk-custom-mly",
20
+ "version": "1.0.4",
21
+ "description": "This is to be compatible with the compatibility solution that Telegram-sdk 2.0 does not support the sharemessage package.",
22
+ "category": "community-sdk"
23
+ },
24
+ {
25
+ "name": "@telegram-apps/sdk",
26
+ "version": "3.11.8",
27
+ "description": "TypeScript Source Development Kit for Telegram Mini Apps client application.",
28
+ "category": "community-sdk"
29
+ },
30
+ {
31
+ "name": "telegram-sdk-adv",
32
+ "version": "1.0.0",
33
+ "description": "Telegram SDK for Advertisers",
34
+ "category": "community-sdk"
35
+ }
36
+ ],
37
+ "gapAnalysis": {
38
+ "hasOfficialSdk": false,
39
+ "hasCommunitySDK": true,
40
+ "hasTypeDefinitions": false,
41
+ "hasMcpServer": false,
42
+ "recommendation": "Community SDKs exist for telegram. Evaluate them before generating; focus on filling gaps they do not cover."
43
+ }
44
+ }
package/types.ts ADDED
@@ -0,0 +1,3 @@
1
+ export type TelegramClient = {
2
+
3
+ };