telegram Questions

1

I am trying to delete telegram api_key & api_hash, or atleast reset api_hash. But i can't find the option to do this in this page https://my.telegram.org/apps. Does anyone know how to delete ...
Sayres asked 9/1, 2020 at 11:57

2

i trying to add users by usernames to my channel. I am using python 3.6 telethon library and pythonanywhere server: api_hash = 'b7**' phone = '+7***' client = TelegramClient('new_ses', api_id, api...
Teresitateressa asked 1/1, 2018 at 15:54

2

I'm trying to find out if a specific User is present in a supergroup, in order to keep track of those who left. For that, I'm calling the Bot API method getChatMember for each User and checking i...
Lubric asked 20/4, 2018 at 5:14

4

Solved

How to send markdown text by telegram bot using telegraf library on nodejs?
Sugarplum asked 27/10, 2018 at 14:28

3

I want open chat page of an specific telegram contact for example @userTest by android intent. this is snippet of open telegram by intent: Intent myIntent = new Intent(Intent.ACTION_SEND); myInte...
Frontier asked 17/5, 2016 at 16:4

1

I created a telegram bot and added it to my telegram channel. Now, I want to use it to send messages to my channel, when something is happening in my python program. For example, I have a python pr...
Waneta asked 13/3, 2021 at 11:1

2

Solved

I want my Telegram bot to send a URL to a channel. However, the url contains the "&" character which cuts the message that it's trying to send short. The Telegram API documentation says I need ...
Faydra asked 10/5, 2018 at 21:18

1

For some reason i need to delete/destroy my api_id and api_hash. In https://my.telegram.org/apps there is no options/button to doing this action. And i've already tried with deleting my account f...
Alienage asked 10/9, 2018 at 14:3

2

I was wondering about what is the best way to know if a cell phone number has registered to the Telegram messenger or not? Thanks.
Vampire asked 15/11, 2015 at 10:10

4

If I get user_id, by contacts.resolveUsername#bf0131c and search by string channel, then I get user_id = 0x0827ac18 If send it to messages.getFullChat#3b831c66, then receive error PEER_ID_INVALI...
Longsighted asked 19/3, 2016 at 8:46

2

Solved

I got a 400 error while sending a request from python to telegram. Here is the code: bot_message = message bot_token = 'xxx' bot_chatID = 'xxx' send_text = 'https://api.telegram.org/bot' + bot_toke...
Kokoschka asked 26/1, 2021 at 3:36

2

Solved

Is it possible to send a message from a node.js server to someone's mobile number or telegram Id directly? is it possible without using a telegram bot? I need an API like below: function sendM...
Ganger asked 25/12, 2017 at 5:34

2

Solved

this is info my channel : dialogs, entities = client.get_dialogs(1) entity = entities[0] print(entity) (channel (ID: 0xa14dca52) = (creator=True, kicked=None, left=None, editor=None, moderator=Non...
Wisp asked 4/7, 2017 at 13:59

2

I realize it is not possible to use a Bot to receive a sender's phone number. I do, however, need to implement a bot-like client, that responds to anyone who is messaging it. I am using PHP on apac...
Yves asked 11/7, 2016 at 13:44

3

I saw a lot or request about rich link preview in Telegram, but this is specifically about "how to get a BIG/LARGE image" in the preview. Let's take this article on my site as example. It already ...
Servant asked 8/12, 2018 at 18:50

5

Solved

I'm developing a Telegram bot, which should be accessible only by its owner (only the owner would be able to add it to groups or see it in the search). Is it possible to achieve this via Telegram s...
Selfimportant asked 2/9, 2017 at 15:27

4

I tried to create message with custom keyboard. So I send request with reply_markup = {"keyboard":[["1"],["2"]],"resize_keyboard":"True","one...
Rotenone asked 20/1, 2016 at 12:5

4

I'm developing a Bot that I want users to call in a reply to a previous message. So you would reply to a message with the bot command. For Example User 1: Hello World User 2: (Reply to Hello Wo...
Hibbitts asked 24/6, 2017 at 23:7

3

Solved

I have a share button in my website and I want to send a specific message to Telegram APP contacts (when I open website in Mobile) The Problem is I didnt find the complete code and it just open th...
Franci asked 27/6, 2015 at 19:23

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

Solved

It seems like Telegram bot revolves around the idea of reacting to human events (whether in channel or private messages). Is there any way to have the Telegram bot post on a channel independently? ...
Erective asked 4/11, 2020 at 11:35

3

Solved

I want my Telegram bot to process user inputs based on the last question the bot asked. Basically, this is the flow: User calls /authenticate command Bot asks for email User sends his email Bot a...
Knighten asked 15/12, 2019 at 3:59

1

Solved

I am writing a Telegram bot using the PyTelegramBotApi library, I would like to implement the function of checking the user's subscription to a certain telegram channel, and if there is none, offer...
Pernas asked 18/10, 2020 at 14:31

0

I'm part of a large telegram group (say 1000 members). I don't want to receive notifications for each message. So I've turned off notifications for this group. But I want to receive notifications f...
Vomiturition asked 11/10, 2020 at 21:10

6

Solved

I Started programming a telegram bot and I've got a problem. when I send /start command it sends me a welcome message (as i programmed it) but it doesn't sends it once! it keeps sending it endlessl...
Encaustic asked 14/11, 2016 at 16:58

© 2022 - 2024 — McMap. All rights reserved.