Skip to content

Built for people who want to own their automations. Join the waitlist for an invite.

Package listing

@kody/telegram

package.json

38 lines · 1.1 KB · JSON
{
	"name": "@kody/telegram",
	"version": "1.0.0",
	"description": "Telegram Bot API helpers for reading chats and safely sending messages with a bot token.",
	"type": "module",
	"exports": {
		".": "./src/index.ts",
		"./smoke-test": "./src/smoke-test.ts",
		"./guide": "./src/guide.ts",
		"./get-me": "./src/get-me.ts",
		"./get-updates": "./src/get-updates.ts",
		"./get-chat": "./src/get-chat.ts",
		"./get-webhook-info": "./src/get-webhook-info.ts",
		"./send-message": "./src/send-message.ts",
		"./request": "./src/request.ts"
	},
	"files": [
		"src",
		"README.md",
		"LICENSE",
		"community-icon.svg"
	],
	"kody": {
		"id": "telegram",
		"name": "Telegram",
		"description": "Read Telegram chats the bot can see and send confirmed messages through the Bot API using telegramBotToken.",
		"tags": [
			"telegram",
			"bot",
			"messaging",
			"bot-token",
			"chat"
		],
		"searchText": "telegram bot api botfather telegramBotToken send message getUpdates getMe getChat dryRun confirm api.telegram.org privacy mode webhook polling bot token not oauth login widget"
	},
	"license": "MIT",
	"private": false
}