telegram Questions
3
Solved
In our small startup we use GitLab for development and Telegram for internal communication between developers and PO. Since the PO would like to see the progress immediately, we have set up the Git...
Tmesis asked 22/12, 2021 at 22:50
3
I wrote a bot which asks your name and writes it on a photo and sends it to you and it works. But the problem is when there is more than one user on the bot
It doesn't work and crashes and I wante...
Evars asked 24/10, 2017 at 10:47
2
Solved
How can I post file as multipart/form-data use ktor client? I want to use it for telegram bot API "send document".
I need to achieve the same result as the curl command
curl -F document=@...
3
Solved
I would like to understand the limits that Telegram bot API is imposing on message sending.
I know that currantly you cannot send more than 30 messages to differant users.
I have many bots runnin...
Pluviometer asked 27/8, 2017 at 13:4
7
Solved
I would like to be able to send a message to a group chat in Telegram. I want to run a python script (which makes some operations that already works) and then, if some parameters have some values t...
Irresoluble asked 20/6, 2014 at 15:36
3
Solved
How could I create a three-dashes menus on a Telegram bot, similarly to what they do to the Jobs bot? It should be similar to this:
How do we call this kind of menu?
Leyba asked 13/9, 2021 at 7:28
4
Solved
I'm trying to send a message in a channel with a bot, using Telegram API's send_photo() method. It takes a caption parameter (type String) but I can't format it through parse_mode='HTML' parameter....
Horton asked 12/5, 2019 at 22:33
1
Solved
On the documentation page of Telegram's Web Apps we can read this:
Direct Link Web Apps
You can use direct links to open a Web App directly in the current
chat. If a non-empty startapp parameter i...
Seismic asked 4/5, 2023 at 10:43
7
Solved
I am using the telepot python library, I know that you can send a message when you have someone's UserID(Which is a number).
I wanna know if it is possible to send a message to someone without havi...
Yoohoo asked 15/1, 2017 at 18:38
3
I try really hard to understand howto use Telegram api with telethon. I have some Channels in Telegram, where i want to delete older Messages. Using inputpeerchannel() i need channel_id (No Problem...
9
Solved
Let's say, I've joined TELEGRAM group...
I am just a typical member of GROUP (and thus, cant use any bots there.. ?) so, I am unable to find out the way, how to get GROUP ID.
Instigate asked 31/7, 2017 at 10:57
2
Solved
I need three telegram accounts to test my project. Is it possible to create or obtain them someway? Or i have to buy three sim-cards and register three accounts?
3
I've tried to edit bot's message which was sended about 2 hours ago and got this error and supposed that this message so old for editing that it is unable. Then I've tried to edit another message w...
Heliacal asked 29/12, 2016 at 5:42
4
Solved
My question is:
how to join my telegram bot to a telegram public channel that I am not an administrator of it, and without asking the channel's admin to add my bot to the channel?
Maybe, the chatId...
Template asked 8/3, 2017 at 14:44
5
I am using python and getting this error.
import telegram
telegram.Bot(token = '###############')
When I run this, appears:
"AttributeError: module 'telegram' has no attribute 'Bot'"
Any ideas...
Wire asked 10/10, 2018 at 22:29
10
Solved
I need to send stock market data and the formatting sucks right now. Need to send something liike this
| Symbol | Price | Change |
|--------|-------|--------|
| ABC | 20.85 | 1.626 |
| DEF | 78....
Genie asked 18/3, 2018 at 8:34
7
In telegram API documentation I see: "You can either pass a file_id as String to resend a photo that is already on the Telegram servers", but I can't find ways to get file_id of uploaded file. How ...
Bertina asked 12/5, 2016 at 14:10
3
Solved
In Python-telegram-bot how to get, if possible, the complete list of all participants of the group at which the bot was added?
Para asked 2/1, 2016 at 16:16
6
Solved
my.telegram.org sends an ERROR when I want to create an API id/hash in API development tools section
I'm trying to get my API id/hash to create some bots for telegram , but in the API developmen tools section , when I enter my bot informations( name , shortname...) and click on create to get the r...
Theorist asked 28/8, 2021 at 14:58
3
Solved
Hi i want to send message from bot in specific time (without message from me), for example every Saturday morning at 8:00am.
Here is my code:
import telebot
import config
from datetime import tim...
Ultramontanism asked 16/1, 2018 at 19:1
7
I am creating a telegram bot and using sendMessage method to send the messages.
it is easy to mention user using @username, But how to mention user when they don't have username?
If using the tele...
Fortuneteller asked 14/10, 2016 at 17:3
8
Solved
I've created a bot in telegram
I want to send bold and italic text with HTML page to bot
My HTML code is:
<html>
<head><title>Telegram</title></head>
<body>
...
Brandie asked 30/6, 2016 at 9:46
4
Solved
In Telegram bot you can send a message with the reply keyboard using the sendMessage method.
The keyboard is getting displayed instead of normal qwerty one.
We can remove the displayed keyboard b...
Eudocia asked 5/1, 2018 at 20:0
1
I read in the docs that bot can send:
30 messages/second to different chats
1 message per second to the same chat
20 messages per minute to the same group chat
but this is all about sending messa...
Plasty asked 22/2, 2018 at 10:47
6
Solved
I'm trying to send a Telegram message to a specific number from within my Android app. Right now my code launches Telegram app, and then the user has to select the destinatary. What I want to do is...
© 2022 - 2024 — McMap. All rights reserved.