telegram Questions

4

I need send to telegram long text with photo but telegram image caption has 200 character limit. How can send long text with photo using php and bot? sendPhoto method has 200 character limit. I see...
Tapeworm asked 19/9, 2016 at 10:56

2

I changed my profile picture on github quite some time ago, but whenever I share a link to any of my repositories via telegram, it still displays old profile pic. If I share it via skype, correct i...
Kristikristian asked 19/7, 2018 at 20:54

2

I made a Telegram robot, and one of its jobs is to create samples from audio files. Now for most audios that is sent to it, the sample is perfectly fine; something like this: However, for some ...
Mastodon asked 26/3, 2019 at 17:34

2

Solved

The following code works, it adds custom keyboard keys 'Button1' and 'Button2' $keyboard = [ 'keyboard' => [['Button1'],['Button2']], 'resize_keyboard' => true, 'one_time_keyboard' =>...
Inearth asked 18/1, 2017 at 0:22

2

I'm having a problem forwarding messages with multiple media files (in my particular case, photos). I'm using forwardMessage method to forward the message that user sends to bot (which, in some c...
Fervency asked 10/12, 2017 at 21:33

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

4

Solved

I use setWebhook for my telegram-bot and now I need to use getUpdates. I have read the docs, and they say, that I can use only one method. The problem is, that I have in console: {"ok":false,"err...
Theurich asked 12/9, 2015 at 9:6

2

Solved

I'm trying to build a bot which automatically sends a message whenever there is an update in the latest news using python. Following is what I did. companies = { "name_1": { "rss": "name_1 rss l...
Convertible asked 10/3, 2018 at 22:57

1

Solved

My goal is to add 10M contacts to telegram. How can we add contacts to telegram using telegram API? I have tried using telethon in which I batched 500 contacts in one request. However, telegram r...
Heft asked 11/12, 2018 at 18:46

3

Solved

I can't figure out what exactly to use for interaction between my site and the Telegram service (first of all - how to get the authentication process done using PHP and other stuff like chat among ...
Twirp asked 28/5, 2015 at 5:5

0

I am trying to detect which message is edited or deleted on a subscribed channel on telegram with TLSharp library in c#. 1- in a while(true) loop I am getting latest updates. 2- when I delete or ...
Alcestis asked 4/12, 2018 at 0:32

1

Solved

Recently I tried to add contact in telegram with telethon, according to this tutorial: 1) Add new contact in api telegram python telethon ,I used this codes: contact = InputPhoneContact(client_id...

6

Solved

Anybody give a starter on how may I get information about users from my telegram bot. Imagine my bot in an admin user in my channel and I want to get my channel user list or to be noticed when a ne...
Vanderhoek asked 21/11, 2015 at 14:8

2

We have created a Telegram bot and we want start it by link for example https://telegram.me/testbot?start=hello When we write that link in browser automatically telegram application opens by val...
Longs asked 25/7, 2018 at 5:8

1

Solved

I am not using bot API. I am using Telegram API to send messages. Messages are being sent easily but the problem occurs after 19 users. On the 20th user, I receive PeerFloodError. Even after, searc...

1

Solved

I'm using Telethon's send_message function to send messages to various chats. Sometimes, the destination is another user (just a regular one on one chat), sometimes a group, sometimes a supergroup...
Celinacelinda asked 24/8, 2018 at 10:28

1

Solved

On Telegram, every group has a chat-id that my bot saves whenever it is added to a group. If an owner of a group converts it to a supergroup, will the ID of the group change? And if it does, how c...

1

Solved

Is it possible to send multiple images in 1 message using telegram bot api, php? I know about method sendPhoto().
Mean asked 13/8, 2018 at 2:0

1

I want to add a sticker package from software to Telegram. I do not know how to do this. How can I do this using an API?
Indamine asked 2/2, 2016 at 9:2

3

Solved

I am using Node.js telegram-bot-api. Idea: Show a custom keyboard with one button - "Share my phone number". When user clicks this button, contact should be sent and button should be removed fro...
Holozoic asked 1/8, 2016 at 10:41

3

Solved

I am new to the Telegram API. I would like to automate posting messages to my public telegram channel. I read a few posts that with bots I can achieve this, but I am not sure if that's the best w...
Centavo asked 22/2, 2016 at 7:16

1

Solved

I`m digging for many days and didn't found the information about this functionality that presents in Telegram X (newest version which the source code isn't opened yet, running on nexus 5x api 27 em...
Monoploid asked 15/2, 2018 at 22:25

2

In my own library I'm trying to send a message using "sendMessage" API method from Telegram Bot API. I've create a channel titled, say, "my_channel123" and my user name is "my_username123". So I'm ...
Impanel asked 21/11, 2015 at 3:49

1

Solved

I know that common messages, sent via https://core.telegram.org/bots/api#sendmessage can be edited in all the parts using https://core.telegram.org/bots/api#editmessagetext The problem I hav...
Rennin asked 11/7, 2018 at 20:5

4

I'm trying to obtain all users of a telegram group, I see the method getChatAdministrators, but I think the API doesn't have a method for obtaining all members. I'm using telegram-bot-api of nodej...
Sudd asked 26/6, 2018 at 19:21

© 2022 - 2024 — McMap. All rights reserved.