Questions tagged as 'telegram-bot'

1
answer

How can I find the chats ID for the Telegram API?

I'm setting up the Telegram BOT API via Guzzle. I'm trying to understand what the chat_id parameter would be described in the sendMessage method documentation . I have the following code: $cli = new \GuzzleHttp\Client([ '...
asked by 14.09.2018 / 18:35
0
answers

Dialog inverse in integrating watson with the telegram

When you start the conversation with Watson the messages appear reversed, you should first say:    Hello, Alexandre, I am Jairo! for just after saying:    I am here to remind you [...] This integration was done using NodeJS. Cod...
asked by 20.10.2018 / 20:27
0
answers

Wait for user response on the telegram - Python

How can I expect user response after a command is executed? I'm using Python 3.6 and the telegram-bot-python lib. Example: usuario - /apel bot - Qual o seu apelido? usuario - dfop bot - Uau, seu apelido é dfop I've made it here: def ap...
asked by 09.10.2018 / 21:11
1
answer

Is there any way to send an attachment along with the message by the Telegram BOT?

I'm using the Telegram API to send error logs to my applications. I display some key information, but I would also like to display the trace of the exception. The problem is that the Telegram returns a 400 error, showing that the valu...
asked by 13.09.2018 / 20:37
0
answers

My bot in Google Apps Script does not send emojis to Telegram!

I'm programming a bot on a telegram using the Google-Apps-Script language, and I need to send an emoji to a specific user at a given time. the problem is that I have tried every way, and I can not make the bot send, it returns that the text is n...
asked by 30.03.2018 / 13:55
0
answers

My bot does not send the emails I request!

Greetings, I'm losing my hair with a stop here. I am developing a bot on telegram through Apps Script, that Google developer tool, and I'm going through the following problem, I ask pro bot send updates of the telegram to my email, and it just d...
asked by 23.03.2018 / 12:56
1
answer

Is there any way to create different tables in SQLITE3 through the same python function?

I'm creating a bot in python through the python-telegram-bot library, and it works through commands. I know that through cursor.execute () I can create a table via python, but the real question is: is there a way to create different tables every...
asked by 18.03.2018 / 14:28
1
answer

How to change the layout of the ReplyKeyboardMarkup / Quick Reply in api.ai to the Telegram?

ai to create a bot, using the quick reply from the service the keyboard layout (ReplyKeyboardMarkup) in the Telegram is vertical, thus cutting all messages: Inoticedthatinthe documentation of Telegram bots, you have the option of customizin...
asked by 02.03.2017 / 13:41