telegram Questions
6
Solved
I just created a bot of telegram to finish a task for the school regarding the integration of ifttt and telegram.
My problem is that trying a browser to use a method of Telegram api it returned to...
Bitch asked 15/12, 2016 at 20:24
5
Solved
I created an Telegram IV template from my website. All checks are green and the template is working fine when published through:
https://t.me/iv?url=example.com
How can I publish my template for ...
Hinton asked 17/7, 2017 at 11:14
5
Solved
We have created telegram bot which has many difficult operations. Bot was created by one developer using his phone number. Is it possible change bot's owner or add another user as admin to bot?
Rodolforodolph asked 5/7, 2017 at 13:12
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 Making a telegram bot using Python-Telegram-bot. I wanna make it send a message to one specific user (myself in this case) to select an option. after that, it should take that option as a comma...
Descendant asked 17/12, 2020 at 23:49
3
Solved
While running my first code using Telethon library, it is asking for a bot token.
This is the actual code:
from telethon import TelegramClient, events, sync
api_id = 1234567
api_hash = 'xxxxxxxxx...
2
Solved
How can I send this text correctly:
$parameters['text'] = 'you must see [example](example.com) or contact with @exmaple_com';
if I don't use "Markdown", telegram don't show the above link
if I u...
Firewarden asked 19/7, 2017 at 17:5
5
Solved
I'm really confused as I'm trying to use Telegram's APIs after reading a lot of the documentation on http://core.telegram.org.
I have registered my app and got a hash_id and all of that stuff. But...
Oleson asked 5/7, 2015 at 8:10
8
Solved
I want to clear all pending_update_count in my bot!
The output of below command :
https://api.telegram.org/botxxxxxxxxxxxxxxxx/getWebhookInfo
Obviously I replaced the real API token with xxx
i...
Modestomodesty asked 27/12, 2016 at 16:41
3
Solved
I'm currently using python-telegram-bot and basically what I want to achieve with it is to send telegram messages like this:
So the message consists of 2+ photos/videos with text message underne...
Aulos asked 16/11, 2019 at 17:5
2
I don't need a reply bot.
I want to just make a read-only call to read the channel history. Probably I need †he method https://core.telegram.org/method/messages.getHistory but documentation https:/...
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'm writing a telegram bot that takes jpg from it's users and sends it back as stickers.
I did this correctly by downloading jpg, change the extension of file to png and upload and send it back as ...
Schnurr asked 10/1, 2019 at 20:7
8
Solved
I want to know an example of removing message or file like a photo
I did not find any functional tutorial in this regard,
One asked 8/2, 2016 at 12:32
3
Solved
Currently writing my first bot using pyTelegramBotAPI. I want to disable link previews on certain messages. How do I do this?
Anion asked 30/12, 2019 at 19:25
2
Solved
I need to create a Telegram bot to moderate a group and be able to ban/boot/kick users from the group.
I could not find anything in the Telegram API to boot a user from a group, how can a bot do t...
Ocampo asked 2/10, 2016 at 12:38
4
Solved
Telegram show description meta tag as link preview.
I changed the description meta tag but the link preview of my website didn't changed.
How to force telegram to update link preview?
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
4
I need to save all text-data from a public channel of telegram in a text file. (so I can do some analysis on it later)
is it possible to write a bot that can do such thing?
Flycatcher asked 22/11, 2015 at 15:44
4
Solved
I want to "read" a message from a private Telegram-channel I am already joined by my phone but dont know how to specify it in the code.
I already wrote some code where I create a Telegram Client...
12
I created my own telegram channel and send broadcasts to my people. I saw that other people make clean hyperlinks in their message without showing the full URL.
I found that the syntax for th...
5
So, I need my bot to forward a message of a chat. But in order to do so, I need to get the id of the message I want to forward (it's an old message). How can I get the id of that message so I can s...
Chiao asked 31/10, 2015 at 13:48
2
I use telethon for sending messages to telegram using python script.
I did not find anything in telethon to search for groups and channels I like used to search on telegram app. Please see iamge. H...
6
Is there any way to find a telegram channel id without sending a message to it ?
Right now I go this way and find the channel id by calling this URL in my code and get the JSON as result:
https://a...
Spinose asked 17/1, 2017 at 6:55
3
I am trying to use telegram database library for java (tdlib or tdapi) but when i get chatId of a channel by SearchPublicChat and try to get messages or view messages i get an error.
Error{co...
© 2022 - 2024 — McMap. All rights reserved.