telegram-bot Questions

4

I've tried to do user verification script for telegram web app for bots. I have no idea how to fix it. import sha256 from 'js-sha256' const telegram = window.Telegram.WebApp const bot_token = '&lt...
Aggri asked 26/4, 2022 at 8:32

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

3

Would anyone know if there is a way to initialize a Firebase function (using emulator to debug locally) with an https address instead of the default http? I'm trying to debug a Telegram bot-related...

3

Solved

I'm trying to use a Telegram BOT to send messages to a group. First, I thought that it'd be enough to know the group chat id to accomplish that, but it's not. The BOT MUST be part of that group. OK...
Haldis asked 14/9, 2015 at 18:55

6

Does anyone get errors like this? How can I fix them? 2021-11-07 08:29:38,643 - telegram.ext.updater - ERROR - Error while getting Updates: Conflict: terminated by other getUpdates request; make su...
Gage asked 7/11, 2021 at 8:42

4

Solved

I've been trying to solve this for three days and none pf the solutions I've found online seem to work, so I am going to have to ask for help. I want to create a Telegram "Group Chat" to ...
Ila asked 16/6, 2022 at 5:3

2

Solved

I'm trying to move my first steps in Telegram, so sorry for the entry-level question. I'm trying to use some simple Bot that I'd like to replicate and then evolve them: testing these bots from Tel...
Duster asked 20/11, 2015 at 21:55

4

Solved

how can I add Menu button in telegram bot using telegraf menu button like this
Holmic asked 12/6, 2022 at 17:44

11

I am sending message to telegram channel using bot. With using webhook method. I'm sending file_id via the link. I got the file_id from a channel post. For some files like GIF & video format...
Where asked 9/3, 2017 at 14:19

8

Using Telegram Bot API, I'm aware that it is possible to send an image via https://core.telegram.org/bots/api#sendphoto However, how can I embed a remote image into a formatted message? The mes...
Tepic asked 31/7, 2016 at 15:40

2

Solved

I want to create a Telegram bot that checks for a new post on a website (currently every 15s for testing purposes). If so, it should send a message with content from the post into the Telegram chan...

3

Solved

I am trying to send a message on a chat on telegram. I want telegram setups to be done only with the official UI as I want it to be possibly done by by an end user. Here are telegram setup I do: I...
Occam asked 16/1, 2021 at 18:3

10

Solved

I installed telegram packages. But when I try to run the simple example, echobot.py, I got an error: Traceback (most recent call last): File "echobot.py", line 8, in <module> import telegra...
Iodic asked 28/7, 2017 at 21:30

4

Solved

I'm looking for a way in telegram group that don't let member to send message or, delete message after a person send. Is it possible to create a bot like this how help admins to stop chatting afte...
Disgrace asked 7/1, 2017 at 12:6

7

Solved

So I've built a Telegram bot, which can receive the following commands: /list /info 123 This works great, as I can catch /info and pass the additional arguments as ints. But, sadly, the Telegra...
Abbey asked 17/3, 2016 at 11:42

3

I'm currently working on with telegram Bot API, but I have to validate the markdown syntax to prevent parse errors. But telegram bot api's markdown doesn't follow the regular markdown syntax so I'm...
Coolie asked 5/2, 2021 at 4:11

4

Solved

Our team tries to create the Telegram Bot and it is essential for us to make phone number in the long messages clickable. Sometimes we have to send our users messages with a lot of information and ...
Haletky asked 14/11, 2016 at 14:9

4

Solved

I'm developing a Telegram bot, and I want to set the webhook to my domain's URL. I've already generated a self-signed certificate following the Telegram's guide. However, I'm not able to set the we...
Waine asked 2/3, 2017 at 11:42

3

Solved

I'm trying to remove the user picture of my telegram bot but there seems to be no option. Is it possible to delete/remove the userpic of a bot? I know that I could upload any other photo via botfa...
Babarababassu asked 25/4, 2018 at 7:32

2

Solved

I want to send premium emojis by Telegram bot (I have a premium account and created a bot with it), but when I try to send it (I send emojis to the premium account), unfortunately, the emoji is sen...
Jus asked 13/11, 2022 at 8:0

7

Solved

We have a Telegram bot. It has around 1.2 million subscribers. Now we're facing a problem in sending messages to these number of subscribers. Telegram bot API does not provide any batch message fun...
Tevis asked 10/8, 2015 at 7:39

13

Telegram does not escape some markdown characters, for example: This works fine _test\_test_ But this return parse error *test\*test* What I do wrong?
Boudreaux asked 16/11, 2016 at 8:7

6

Solved

As the title says, is it possible to get userid using username? I mean, I would like to add a feature to my bot that tells you the user id from an other user using his username. Does Telegram API g...
Bumblebee asked 5/6, 2016 at 17:9

3

Solved

I'm trying to send an animated GIF with sendPhoto (Telegram's Bot API) with this request: https://api.telegram.org/bot<token>/sendPhoto?chat_id=<chat_id>&photo=http://i.giphy.com/1...
Mesdames asked 15/12, 2016 at 18:51

1

I started using the Telegram Widget API, and it works great, but I couldn't find any info on how to logout an user afterwards. This might be useful if the user decides he wants to use a different t...
Synecdoche asked 22/2, 2018 at 15:33

© 2022 - 2024 — McMap. All rights reserved.