-
`exception 'TelegramBot\Api\InvalidArgumentException' in /home/elraro/privado/bots/apod/vendor/telegram-bot/api/src/BaseType.php:42
Stack trace:
#0 /home/elraro/privado/bots/apod/vendor/telegram-bot/a…
-
Just like what imagebot does. When someone says `/leli`, without the argument/query, TululBot should reply to that person "Apa yang mau dileli?". When the person says the query, it will be automatical…
-
telegrammer@0.5.4 start Telegrammer
> $./tel.sh start
/home/dlopez/software/Telegrammer/node_modules/lodash/lodash.js:9763
throw new TypeError(FUNC_ERROR_TEXT);
^
TypeError: Expecte…
-
Update ITelegramBotApi to actual state
-
Делаю так:
```
$bot = new \TelegramBot\Api\BotApi($token);
$bot->sendMessage($chatId, $messageText);
```
Сообщение отправляется, но получаю ошибку:
```
500 Internal Server Error - InvalidArgumentE…
dvzzz updated
8 years ago
-
So basically a bump
-
By reading messages on message API, i'm getting this object
```
{ type: 'message',
channel: 'G0HBYU10R',
user: 'U086E9068',
text: 'hello !',
ts: '1451320460.000007',
team: 'T02C5T9ES',
ev…
umren updated
8 years ago
-
Maybe you should add the `HTTP 429 Too Many Requests` to `$codes` array?
-
This line:
2.Call setWebhook by opening this url : https://api.telegram.org/API_TOKEN/setWebhook?url=https://yourdomain.com/index.php
Should be like this
2.Call setWebhook by opening this url : https…
-
The following problem: If I click on a link to open a chat, i.e. this one: https://telegram.me/joinchat/05c5c2f6018bd6653eb6bbdccb7106a8
from https://github.com/datamachine/twx.botapi
It doesn't open…