telegram Questions

1

I'm currently working on a Telegram Bot that gets user information in Telegram once you know a phone number. The main goal is to get all the user information stored in Telegram for a user, just kno...
Chantell asked 5/7, 2018 at 14:10

2

I have two telegram bots and last time I have noticed, that 2nd bot became to slow. My research shows that sendMessage call has different time for two of them. curl "https://api.telegram.org/b...
Vicissitude asked 22/6, 2018 at 11:58

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

2

I thought of only 1 option but not sure how to implement it as well: to create and embed Microsoft Bot Framework Web Chat Client and use it to send/receive messages between my website and tel...
Amur asked 21/9, 2017 at 7:14

1

When sending or receiving message in Telegram containing numbers, I noticed they automatically become links on the mobile client if they contain 5 or more digits. Also if there is a dot in between....
Teledu asked 17/5, 2018 at 11:3

1

Solved

One step further than How to add a bot to a Telegram Group? -- How to add a bot to a Telegram Group as admin? I've added my bot to my Telegram Group, but see that it has no access to me...
Dereliction asked 6/5, 2018 at 21:22

2

Solved

Telegram's inline keyboard is a great feature with lots of different use cases. Inline buttons are added as a list of items like this: inline_keyboard = [[InlineKeyboardButton(text="button", call...
Ocreate asked 11/9, 2017 at 4:5

4

I've confugured Dante 1.4on Ubuntu 16.04 as a socks5 proxy for Telegram. Chats are working, but voice calls are not, failing at "Connecting". Is there something special I need to configure ...
Coray asked 16/4, 2018 at 10:51

1

Solved

Is it possible to craft a t.me URL that prompts the user to send a specific message to a specific bot. The closest I've found so far is t.me/share/url?url=my%20message, but that doesn't specify a u...
Sworn asked 3/4, 2018 at 22:48

3

I am trying to compile jni folder in telegram source code in github.com/DrKLO/Telegram/ with ndk But when i am write ndk-build in cmd in ndk folder like: F:\ndk\android-ndk-r10>ndk-build -C F:\...
Electrophotography asked 12/1, 2016 at 14:0

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

2

I want to learn more about telegram channel's post view count system. How does it work ? and what are the API (in VB) parts involved regarding to this.
Gaelan asked 3/3, 2017 at 17:43

4

Telegram Bots are ready now. If we use the analogy of web browser and websites, the telegram client applications are like the browser clients. The Telegram Chatrooms are like websites. Suppose w...
Lucre asked 25/6, 2015 at 5:52

4

Solved

I want to implement multiple authorization using PHP for interaction with Telegram REST API. What task am I trying to solve? Well, it's simple: several dozens of users (all of them have a carma li...
Extenuate asked 5/6, 2015 at 8:17

1

I want to run Telegram CLI on my Macbook with latest version of OSX. It worked sometime before, but doesn't work now: dyld: Library not loaded: /usr/local/opt/libevent/lib/libevent-2.0.5.dylib Re...
Seve asked 10/2, 2018 at 10:49

5

After searching all over the web, I am forced to ask: What can I use to send messages using the Telegram API? JavaScript or PHP preferably. I have a group of friends that I wish I could tell throu...
Sukkoth asked 18/2, 2014 at 9:49

2

I am looking to make a bot using telegram api, so I found two good apis in nodejs but I couldn't find the difference between them: TeleGraf TeleBot What is the difference and why should I prefer ...
Bristling asked 25/3, 2017 at 20:16

2

Solved

If we can connect a WhatsApp group to telegram group and get messages from whatsapp to telegram and vice versa then that will be great. Is any bot program available to do that. How to setup a bridg...
Hallow asked 20/1, 2018 at 7:24

1

Solved

Despite controversy I like Telegram and it's bots. I would like using a couple of bots as personal assistants. However I'm paranoid with regards to secure network communication and data privacy. Th...
Sperm asked 8/1, 2018 at 12:25

3

I would like to have a very simple client in nodejs (an example) that can receive messages from my contacts in telegram. I just searched in internet but I only get bot samples. I want to receive gr...
Crumple asked 23/10, 2017 at 20:48

1

The user object has no photo_id, so is there way to get the user's avatar?
Cleland asked 20/4, 2016 at 3:24

1

Is it possible to use the same user, but configure a different display name for different groups/channles?
Giess asked 23/12, 2017 at 11:29

2

I created a sticker pack and via @stickers bot I am able to see some statistics including the number of installations of my sticker pack. Is there a way to obtain a list of users who did install t...
Stickpin asked 27/6, 2017 at 6:39

1

I'm making a basic Control Panel for managing my Bot with PHP. Basically I want to display the Profile picture / avatar of the user who is sending message to the bot. However the user object has ...

1

I'm going to create tens of public channels but I can't... At the moment I have 8 public channels, and when I try to create a new one, I see this error: (1) I was searching something like "teleg...
Richman asked 2/12, 2017 at 15:39

© 2022 - 2024 — McMap. All rights reserved.