telegram Questions

3

Solved

Background I've found that there is a way to open a specific contact conversation screen on WhatsApp, here . Not only that, but I've found that an app called "Drupe" does the same, and maybe even...
Roselani asked 13/3, 2016 at 15:50

2

I use node.js module for Telegram bot. I'm trying to get the user's contact on telegram using telegram API. Telegram API has 2 types: Bot API and Telegram API. I think Bot API can not get the user...
Neutron asked 2/5, 2017 at 9:13

1

Solved

My Telegram bot needs to send messages to channel and provide inline keyboard for every message, it looks like this: inline message keyboard I need to react on this keyboard button click event, bu...
Designer asked 19/10, 2017 at 11:34

3

Solved

I want to create custom keyboard in telegram.bot For example: We have an array of string that gets from the database or other recurses how we can push data from the array to InlineKeyboardMarkup ...
Caddish asked 5/10, 2016 at 22:59

1

Solved

It is said that http://telegra.ph is an editor that is able to format a text via HTML tags or markdown. In online editor neither the first nor the second method is working. What am I doing wrong? H...
Kashakashden asked 24/9, 2017 at 19:23

2

I get this problem when I use source code of Telegram in Android studio. So I use android studio preview 3.0.0 beta 2, gradle 4.1-all.zip, mainsdk:15. I did everything but it's not working properly...
Logbook asked 8/9, 2017 at 14:25

2

Solved

I am able to successfully retrieve messages from a channel via channels.getMessages request, once I know their message IDs. I find channel id by contacts.search, by the way. At the moment, mesage ...
Sudbury asked 8/9, 2017 at 13:20

2

Solved

i use this script for connect and create sessions in telethon from telethon import TelegramClient from telethon.tl.functions.messages import GetHistoryRequest from telethon.utils import get_input_...
Heraclitus asked 17/6, 2017 at 13:54

2

Solved

Is it possible to prevent my bot from being invited into groups and for it to only be available for private chat? I intend to create a bot that will give user-specific information and this would be...
Incline asked 21/6, 2017 at 10:52

2

Solved

I created a bot @WeatherPlusbot How do I know how many people use it? Is there a way or "place" where you can count how many people have "installed" or currently use my bot? Thank you.
Herniotomy asked 2/9, 2017 at 2:36

2

I want to create a Telegram Bot with Node.js and I am using Telegraf for it. I know I can answer to messages like this: app.hears('hi', (ctx) => ctx.reply('Hey there!')) But how can I send a ...
Marnamarne asked 4/5, 2017 at 21:51

2

Solved

After creating a telegram bot and gain bot token, I want to send a request to the bot API. This link says we must send the HTTP request like this: https://api.telegram.org/bot<token>/METHOD_N...
Peter asked 3/7, 2015 at 2:45

1

Solved

Telegram bot sends me a message with a text snippet, which I want to edit, and send back to the bot for further processing. Copy and paste takes time. Typing message anew takes time. Ideally I'd...
Shelby asked 28/7, 2017 at 0:38

1

Solved

I'm trying to study the python library Telepot by looking at the counter.py example available here: https://github.com/nickoala/telepot/blob/master/examples/chat/counter.py. I'm finding a little bi...
Aerostat asked 29/7, 2017 at 9:45

1

Solved

I have a string contain emoji. I want extract emoji's from that string,i'm using below code but it doesn't what i want. $string = "😃 hello world 🙃"; preg_match('/([0-9#][\x{20E3}])|[\x{00ae}\x{...
Physicist asked 25/7, 2017 at 14:27

4

I'm using my bot to tell important news, but when I use sendMessage to the channel I'm receiving the following error: {"ok":false,"error_code":403,"description":"...
Carriecarrier asked 14/10, 2015 at 13:30

1

I have 20 bots in use in Telegram and when I want to create more than 20 the botfather tells me the following: That I cannot do. You come to me asking for more than 20 bots. But you don't ask with...
Alcyone asked 16/6, 2017 at 17:10

1

I'm trying to make telegram bot .I have made 20 bot so far and now when I select newbot from bot father it says this : " That I cannot do. You come to me asking for more than 20 bots. But yo...
Schecter asked 13/6, 2017 at 13:19

2

I need to show telegram channel posts in a website. but I don't know how to export telegram channel into xml. I need to have both texts and images and also other files and media like mp4 - pdf or o...
Reisch asked 11/6, 2017 at 8:0

1

Solved

I started using Telethon to integrate a python app with telegram API. I was able to get it started and send a few messages. The function for sending messages gets an entity as the first argument....
Swagman asked 8/6, 2017 at 22:1

2

I know I create new bot, give it name, description from BotFather inside telegram But this only adds the bot, when I modify my bot, code some functionality in python\lua\php etc - where should the...
Xmas asked 24/2, 2017 at 4:28

3

I have imported the project from https://github.com/DrKLO/Telegram. I have generated the signed APK and when I try to run in the emulator it shows the following error. 05/15 17:14:42: Launching TM...
Hurds asked 15/5, 2016 at 11:48

2

Solved

I have a bot in Telegram, which query can I get a list of all messages in a group or channel? As I understand, requests like: https://api.telegram.org/bot_token/getUpdates?chat_id=@chat Let me...
Mastrianni asked 18/4, 2017 at 16:38

3

I can't find an example of sending message by telegram protocol from php. Can you give me any functional examples?
Volant asked 24/7, 2015 at 21:56

2

Solved

I am trying to get the latest messages from the Telegram API (NOT bot API). I'm currently using messages.getHistory but that returns all messages from the beginning. If I get new messages (since I ...
Phlegmy asked 3/4, 2017 at 7:21

© 2022 - 2024 — McMap. All rights reserved.