telegram Questions
2
Solved
I started developing a pet project related to telegram bot. One of the points was the question, how to download a voice message from the bot?
Task: Need to download a audiofile from telegram bot a...
Holley asked 4/6, 2020 at 2:27
2
Solved
I would like to make a telegram bot that sends error messages from a software. This software would run on 20 different pcs. Each log would be like this:
"pc name - Date time - error text"...
3
So I found out I could use a link like this in HTML:
<a href="https://api.whatsapp.com/send?phone={{phone_number}}" target="_blank">WhatsApp</a>
in order to let a u...
Kenward asked 18/1, 2019 at 10:4
2
Solved
I'm writing a Telegram bot and I want it to send a sticker.
It is said here, that to send a sticker that already exists on Telegram servers we can simply pass file_id. The thing is, I have absolut...
Indeterminate asked 18/12, 2015 at 12:24
2
Some weird thing with telegram api. I am trying to send audio from telegram bot and by the way to change performer and title, but I can't. First of all I thoght I made a mistake, but not! I tried t...
Colcothar asked 29/7, 2017 at 0:45
4
Solved
I am building a Telegram Bot now and are testing it manually with a Telegram Client.
Is there a way I can send client messages in the same way I can build bots?
I know that I could build unit-tests...
Adjudication asked 27/4, 2016 at 13:34
3
I want to send a message from a Python script via Telegram.
I have tried to do that via telegram-cli, both the original version from vysheng and the patched version from luckydonald. With both of ...
4
Solved
I'm trying to send a voice message through SendVoice method in telegram bot, but it sends the voice as a document file (not play).
ogg file by ffmpeg converted to opus encoding.
https://api.teleg...
Diskin asked 18/6, 2017 at 14:27
3
Solved
I am using Telegram Bot API for sending instant messages to users.
I have installed nuget package. This package is recommend by telegram developers.
I have created a telegram bot and successfully g...
Tongs asked 9/10, 2015 at 10:18
1
Solved
I have a telegram bot which publishes messages to somebot using this code.
import telegram
from telegram import ParseMode
def send_msg(text):
token = '1*****:AAF*************esns'
chat_id =...
Picrite asked 26/2, 2022 at 9:59
3
I am trying to get my app id from Telegram API by using the method register.saveDeveloperInfo, but I cannot find the way to do it.
I'm using de MTProto Java library.
This is what I had done by no...
8
I want to create a Telegram bot, so I followed the instructions and got:
Done! Congratulations on your new bot. You will find it at
t.me/RonGuruBot. You can now add a description, about section...
Slipstream asked 9/5, 2017 at 21:35
2
I want mention users even those which do not have a username.
If a user has set up a username I return
Hi @username
as an answer but if a user does not have one I can't do that.
I tried using...
Bedel asked 1/12, 2016 at 8:38
1
Solved
I would like to send a message to a specific telegram-user -
So I create a bot called Rapid1898Bot and get the api-key for it.
I also send a message in the bot and get with
https://api.telegram.org...
3
Solved
I have a telegram bot and I want to send a message
in which the error message will be returned to me
my code is :
path = 'C:\\Bot\\Log\\aaa\\*.log'
files = glob.glob(path)
nlines= 0
data = &...
Westfall asked 23/1, 2022 at 5:58
10
How to make a Hyperlink in telegram?
how to make a hyperlink in telegram without the help of bots?
4
I have a problem using telebot API in python. If the user sends a message to the bot and waits for the response and at the same time he blocks the bot. I get this error and the bot will not respond...
Kayekayla asked 24/8, 2021 at 18:43
2
Solved
I'm trying to delete messages from /getUpdates in telegram API but I didn't know how..
I tried to use /deleteMessage
https://api.telegram.org/bot<TOKEN>/deleteMessage?chat_id=blahblah&me...
2
Solved
I am writing a telegram bot in Python. I want to send messages with bold letters. I tried to inclose message inside both * and **, but it does not solve the problem.
Is there a function for mark up...
3
Solved
I'm working in Telegram bot with a handler. where I need to get the user's name or users id once they use the command.
MY CODE
import telebot #Telegram Bot API
bot = telebot.TeleBot(<BotToken&...
Filbert asked 25/5, 2018 at 3:21
3
Is there any way to open telegram application from a website being in a mobile? I know if you use telegram:// you can open telegram app, but how can I open telegram and create a new conversation wi...
Viral asked 29/1, 2020 at 12:10
2
Solved
I'm configuring a bot to send alerts from Zabbix, so I installed Python and the modules:
sudo apt install python python-pip python-setuptools
After that, I installed the bot API to use on Zabbix:
...
Angele asked 26/9, 2019 at 16:29
4
Solved
I have a telegram bot (developed in python) and i wanna to send/upload photo by it from images that are in my computer.
so i should do it via multi part form data.
but i don't know ho to do it. als...
Joachim asked 14/5, 2017 at 21:38
3
I am trying to develop city bot for telegram, but meet a problem.
After sending message to bot, Telegram sends 2two duplicate requests to a webhook URL.
Webhook script works twice and sends twice r...
4
Solved
I'm making a Telegram bot using python-telegram-bot, and I need some way to receive voice messages. For that, I need to download them, and to do that, I have to get their file_ids. However, the Mes...
Ravenous asked 30/6, 2016 at 13:44
© 2022 - 2024 — McMap. All rights reserved.