python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how to save in ctx and use it again in action method in telegraf js?
I am creating telegram bot with telegraf js and node js and I wanna pass data in state
const { Telegraf } = require("telegraf");
const bot = new Telegraf(API_KEY);
bot.command("start&...
Anas Mohammad
Votes: 0
Answers: 1
count bytes with influxs telegraf
I can receive messages with the inputs.mqtt_consumer telegraf plugin, but it gives me a lot of data in influxdb.
How can I in the telegraf configuration just count the number of received bytes and mes...
Kasper Broegaard Simonsen
Votes: 0
Answers: 1
Telegraf doesn’t seem to send data to influxedb in dockerised images
I have a dockerised telegraf (influxdata-docker/telegraf/1.21 at master · influxdata/influxdata-docker · GitHub) and influxdb (influxdata-docker/Dockerfile at master · influxdata/influxdata-docker · G...
Symeon Mattes
Votes: 0
Answers: 1
Telegraf.js does not display some thumbnails in the audio media
By some query, using ytsr I get information about the video (link, thumbnail, etc).
Then, using ytdl-core, I download the audio of this video and return the cropped thumbnail (320x320 - telegram thumb...
titsex
Votes: 0
Answers: 0