@eastworld/telebrick
v0.1.0
Published
Send a message as a Telegram bot
Maintainers
Readme
@eastworld/telebrick
Send a message as a Telegram bot.
Quickstart
import { sendText } from "telebrick";
await sendText(
"<CHAT_ID>",
"Hulk is here. Ahhh... https://ies.vast.gov.vn/thong-bao-tin-dong-dat-ngay-14-thang-7-nam-2026/",
"<BOT_TOKEN>",
);Test
npm install
npm test