telegram-webhook Questions

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...

2

I have working url to mp3, and I am trying to send audio to Telegram by this url. It works from time to time, but most of time it gives error "A request to the Telegram API was unsuccessful. The ...

2

Solved

I need to use aioflask for seting webhooks for my telegram-bot. Here my code, where I set webhook: from aioflask import Flask, request ... app = Flask(__name__) ... @app.route('/') async def webh...
Voigt asked 12/8, 2022 at 22:37

3

Solved

I would like to understand the limits that Telegram bot API is imposing on message sending. I know that currantly you cannot send more than 30 messages to differant users. I have many bots runnin...
Pluviometer asked 27/8, 2017 at 13:4

8

Solved

I want to clear all pending_update_count in my bot! The output of below command : https://api.telegram.org/botxxxxxxxxxxxxxxxx/getWebhookInfo Obviously I replaced the real API token with xxx i...
Modestomodesty asked 27/12, 2016 at 16:41

3

Solved

I have a Telegram bot that is set to work with Telegram webhook mechanism but how trust requests and know if they are from Telegram? base on Telegram docs I find out there is two way: limit them t...
Ruthanneruthe asked 8/11, 2021 at 10:29

2

Solved

I have a telegram bot that messages on a group. I want the telegram bot to change its “name” from time to time - just like a user can. Is this possible? This means that when I see a message from th...

3

I don't want to use getUpdates method to retrieve updates from Telegram, but a webhook instead. Error from getWebhookInfo is: has_custom_certificate: false, pending_update_count: 20, last_error_d...
Fluke asked 11/6, 2020 at 13:45

0

I am working on a telegram bot and set up a webhook to store chat id of users into my laravel app's DB. I was getting the chat id previously but today, I getting NULL. I am using ngok for https to ...
Serpent asked 17/8, 2021 at 10:31

2

Solved

As far as I read the Telegram Bot API's docs, Telegram do not limit the calls to your webhook callback in any way. I am creating a Telegram Bot that will be available only for groups and channels ...

1

How do I get the MIME type of photos that users send to my bot? I am using the Telegram Bot API through Telegraf. My bot is saving file id's from photos and videos that users are sending it and ...
Leeland asked 8/1, 2020 at 19:55

1

Faced with issue, when i am trying to send GIF to my bot, but bot can't access to original size of image. Seems like telegram servers converting it to mp4 (it is a good idea, looks fine) and when i...
Empirical asked 8/6, 2020 at 8:42

3

Solved

Is it possible to get callbacks in the webhook whenever a user reads the message sent by the bot, using Telegram bot API? It is not documented, and I cannot figure out a way how to achieve it.
Docilu asked 16/2, 2017 at 0:12

1

Solved

When I work over bot development, I found that messages that comes from user have some field called username, e. g. { update_id: 123567890, message: { message_id: 1, from: { id: 1234567890, ...
Norge asked 25/6, 2018 at 10:50

1

Solved

I'm developing a Telegram bot and want to use ngrok to receive messages from the webhook. Setting a webhook works. When I set my publicly reachable domain as URL, I actually get the expected messa...

1

I want to get Telegram channels updates (posts) with api by php! (I am not channels admin) I am not sure can I do this with bot or not? if it is not possible how can do that with telegram a...
Montenegro asked 15/3, 2017 at 6:43

2

I have created a new game in BotFather Telegram. But there was not any question about game link. Also, there is not any parameter to set game url in "sendGame" function. How can I set my gameUrl be...
Ethridge asked 11/10, 2016 at 21:15

1

Solved

I'm new in telegram bot and see this bot: that but when type /start show menu to me and with out type slash to command just fire the menu button,how can i create menu in telegram like that bot?
Upwind asked 31/1, 2017 at 11:15
1

© 2022 - 2024 — McMap. All rights reserved.