telegraf.js Questions
2
Solved
I have registered a web app which is launched by the direct link, the link format is like this:
https://t.me/botusername/appname
This link can open a fixed url as configured using the bot father, b...
Rosalia asked 16/6, 2023 at 1:35
2
I successfully open a web app using an in-line button from my Telegram bot. When the "work" is complete in the web app, it persists the data to a DB via an API call and then closes itself...
Footrope asked 5/9, 2022 at 23:7
1
Solved
I've seen a bot that has inline buttons across the whole chat area, not dependant on the button's text width):
For some reason my buttons are drawn differently, and the text inside the buttons get...
Molybdous asked 16/8, 2021 at 13:13
2
Solved
I want to use webHook in telegraf but i don't know how can i use it correctly.
Here is my simple code.
But it still uses polling.
const Telegraf = require('telegraf');
const bot = new Telegraf('1...
Alarise asked 13/1, 2021 at 11:53
1
© 2022 - 2024 — McMap. All rights reserved.