telegram-api Questions

2

Solved

Can a telegram bot read/access a telegram channel that neither I or the bot is administrator of? I know that up to last November it was not possible, but I have heard some people have done this, ...
Another asked 8/3, 2017 at 12:58

6

Solved

I'm trying to get my API id/hash to create some bots for telegram , but in the API developmen tools section , when I enter my bot informations( name , shortname...) and click on create to get the r...
Theorist asked 28/8, 2021 at 14:58

4

First of all please note that this is not about creating a bot. My goal is to create an application that will simply listen to any number of telegram channels that the account I will provide it wi...
Polyglot asked 14/12, 2017 at 9:3

2

Solved

I'm using the python-telegram-bot library to write a bot in Python that sends URLs into a channel where the bot is administrator. Now, I would like to have the bot reading, let's say, the last 5 me...
Mimosaceous asked 4/10, 2020 at 15:21

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 this function which works fine locally on my machine with python 3.8, but it throws runtime error on Google Cloud Functions. def telegram_test(request): request_json = request.get_json() i...

1

Solved

It's awesome how google something can be annoying when you can't find the right words. I found a million answers on how about to create a Telegram Bot to send and receive messages, and it's easy as...
Alkalinize asked 5/8, 2020 at 19:39

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

4

I am trying to find the Api Key for Telegram but I cannot find it. Where do I find it on the website? If I use the Api Id, I get the error Incorrect Token Format in the C# Console Application.
Alesha asked 8/4, 2017 at 8:28
1

© 2022 - 2024 — McMap. All rights reserved.