1.0.1-0 • Published 9 months ago

@agent_z/star v1.0.1-0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

star - Automated telegram bot wrapper builder

This program scrapes the Telegram API and builds a bot client wrapper for you. The newest version of the wrapper is always uploaded on NPM, But you can build it yourself using main.ts.

Documentation

Head over to here for the documentation.

import { newBot } from '@agent_z/star'

const bot = newBot('your telegram bot token!')
const owner = 10000000 // Your telegram user id!

await bot.sendMessage(owner, 'Hello world!')
1.0.1-0

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago