Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. Telegraf is a library that makes it simple for you to develop your own Telegram bots using JavaScript or TypeScript. Features Full Telegram Bot API 7.1 support

  2. const {Telegraf } = require ('telegraf') const bot = new Telegraf (process. env. BOT_TOKEN ) bot . start ( ( ctx ) = > ctx . reply ( 'Welcome' ) ) bot . help ( ( ctx ) = > ctx . reply ( 'Send me a sticker' ) ) bot . on ( 'sticker' , ( ctx ) = > ctx . reply ( '👍' ) ) bot . hears ( 'hi' , ( ctx ) = > ctx . reply ( 'Hey there' ) ) bot . launch ( )

  3. medium.com › @sylneyshii › telegraf-guide-e53cdc4e625bTelegraf bot guide - Medium

    24 lis 2023 · Telegraf is a library to build your own Telegram Bot with the help of the official Telegram Bot API. You can develop in JavaScript or TypeScript. I personally used TypeScript for learning...

  4. 21 lip 2021 · With Node.js you can work with data analysis or write a telegram bot and create HTTP servers. What is Telegraf.js? Telegraf.js is a framework for Node.js that allows you to create awesome bots in Node.js runtime.

  5. 3 kwi 2024 · Telegram bots have become increasingly popular for automating tasks, providing information, or simply adding fun interactions to Telegram chats. If you’re looking to create your own Telegram bot...

  6. 5 lis 2021 · Introduction. In this tutorial, you will use Node.js, telegraf, jimp, and the Pexels API to build a Telegram chatbot that will send you a randomly selected image with a fact overlayed. A Telegram bot is a bot you can interact with using custom slash commands through your preferred Telegram client.

  7. 13 sty 2021 · Bots should now always be started using bot.launch with the corresponding configuration for either long polling (default) or webhooks. So you can also try removing bot.telegram.setWebhook() and bot.startWebhook(), adding the following code instead: bot.launch({ webhook: { domain: 'https://myaddress.com', port: 4000 } })

  1. Ludzie szukają również