Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
1 answer
218 views

I have a bot that works like a tool for "accepting requests", and I have a web-interface for answering that requests. I noticed multiple time recently (at November 13th, and at December 2nd) ...
0 votes
1 answer
264 views

Tell me why the newsletter does not work for my bot users? All users are recorded in bd with their id const { Telegraf, Markup, Scenes, session } = require('telegraf'); const bot = new Telegraf(...
0 votes
1 answer
210 views

const calendar = new Calendar(bot, { date_format: "MMM D, YYYY HH:mm", // 24-hour format language: "en", start_week_day: 1, bot_api: "telegraf", ...
1 vote
1 answer
618 views

Trying to develop a telegram bot with Telegraf.js when I try to listen message reactions the code doesn't work. The code appears the same as Telegraf 4.16.0 Release Notes - Working with Reactions My ...
0 votes
0 answers
169 views

please tell me why the scenes in telegraf.js stopped working for me. Yesterday everything worked fine, but today they seem to have been removed from the framework Telegraf.js const nameScene = new ...
-1 votes
1 answer
4k views

I'm developing a telegram bot via Telegraf.js One problem that I faced is - how to find out user contacts if the user doesn't have a username? Project customer wants bot to use some identifier to ...
1 vote
0 answers
987 views

I've built a bot that send messages in a channel by nodejs using telegraf; I save the message ID returned by the 'sendmessage' function because I need to add addictional text to it after a while. I've ...
0 votes
1 answer
900 views

I'm new to NestJs so it's probably problem with understanding dependency injection. I have configured bot handler like this: import { Module } from '@nestjs/common'; import { ConfigModule, ...
1 vote
0 answers
120 views

Note: I am using stage and scenes for conversation flow, I've verified they are set up properly, I've also tried playing around with botfather settings (pretty much every possible option), gave the ...
0 votes
1 answer
640 views

I use the NodeJS Telegraf package to program my Telegram bot. I'm trying to check if the user is in the channel using the following code: const channelLeft = await ctx.telegram.getChatMember("@...
0 votes
1 answer
1k views

I am working on a telegram bot using telegraf JS. My bot periodically sends messages to my users. I would like to know when a user read a message my bot sent (on telegram app, there is small v on the ...
0 votes
1 answer
314 views

I want to make my telegram bot automatically reply user message with Image with description.I also want to add url inline button that redirect user to specific website. Code: const { Telegraf, Extra } ...
2 votes
1 answer
2k views

I'm writing a telegram bot with Telegraf (v4.12.2) and typescript (v5.1.6) and trying to implement the stage. But for some reason can not set custom scene context with the fields i need. May be ...
2 votes
1 answer
1k views

I am having trouble implementing the step system in my WizardScene. I've been trying for 2 days now. System of operation: The bot edits a post each time it receives the data it needs from a user. ...
1 vote
1 answer
371 views

I add parameters to my commands and try to get results according to those parameters, for example /query -name mars When I write this, I want it to be detected according to the name here, how do I do ...
mars0j's user avatar
  • 27

15 30 50 per page
1
2 3 4 5

AltStyle によって変換されたページ (->オリジナル) /