Questions tagged as 'telegram'

1
answer

HTTP error 413 Request entity too large (Request entity too long) Bot Telegram

I have a problem sending notifications using the Telegram Bot, as it gives me    error 413 I currently develop a .Net Framework project in C # and through a Trigger Function I make the notifications using the Telegram Bot, however the...
asked by 13.07.2018 / 21:55
0
answers

Download image from telegram-cli

I have installed telegram-cli and I would like to have a file with the history and its ids. The fact is that if the id of the photo is 0500000001ac06470c000000000000009f9379d5d9093964 if I do: history xxxxxx 10 load_photo 0500000001ac064...
asked by 01.07.2018 / 16:24
1
answer

How do I delete a file despite being used by a process?

I am developing a bot for telegram, one of its functions is the possibility of sharing a video of youtube and downloading it. Using a library called "PAFY" documentation here I have managed to make it possible to download a YouTube video fr...
asked by 21.05.2018 / 22:05
0
answers

Send images to telegram via web

I have this code to send text and images to telegram via web, but the problem that the images do not send me through the inputfile here below I leave the code .. <?php error_reporting(0); $token = "AQUI API"; $chat_id = "CHAT...
asked by 15.05.2018 / 16:29
0
answers

The first else is always executed if PHP spent a while

I'm doing some verifications for a telegram bot that I'm testing, always the first "else if" is executed when it should not be, for example: I have a client whose payday is the 24th of this month, then, five days before the bot sends you a warni...
asked by 19.03.2018 / 07:52
0
answers

php does not correctly return to ajax on host but if it does to xampp

I have created a form to send messages to Telegram through a bot. I use ajax to send all the data of my form to my php code and that in this the link of the sending of the message is generated. In my ajax I have a success and error, and here the...
asked by 08.11.2017 / 06:24
1
answer

Bot Telegram with Python connected to MySQL [closed]

Hello, I have started a project with a bot for telegram which should be developed with Python and should make queries to MySQL but the vdd I am not aware of the subject but I would like to know if there is a way to do it? I have knowledge in...
asked by 14.07.2017 / 00:53