-
I am using GetUpdate method but I am still facing SSL error. What settings I need to set in GetUpdate method?
2016-03-09 13:38:22 exception 'Longman\TelegramBot\Exception\TelegramException' with mess…
-
Thanks for this API. Sorry, my english isn't good. But!
Tell me please - how to make two or more "usage-key" in one CommandModule. I didn't find this in the documentation and in the demos.
Sample:
``…
-
Hi, my 1st error :
the command **"composer require longman/telegram-bot"** install a OLDER version that have many compatibility issues compared to actual version.
2nd Error.
Actual version cause a…
-
i have make my own command,
but it seens cann't deal with /command@botname
---
with none respone
---
this is my command.php file https://github.com/sndnvaps/TelegramImageBot/blob/master/Comman…
-
Hi
Can I use an "abstract class" into "$commands_path" dir?
For example, I’d like to create:
- myCommands/FirstCommand.php
- myCommands/SecondCommand.php
but these commands inheritance a common “fu…
-
I want to add Botan.io statistics to my bot. There is a piece of documentation from the site:
``` php
$messageObj = json_decode($message_json, true);
$messageData = $messageObj['message'];
$botan =…
-
I want to reply users on ANY text, not only with given command. How can I do it? Right now if the bot doesn't see a command, in the beginning, it replies nothing.
-
i had a bot working, suddenly from yesterday i got this error when executing examples/getUpdatesCLI.php
```
∙ php examples/getUpdatesCLI.php 13:06 leandro@mont…
-
Hi! I wondered how can I make buttons like these with your SDK?
![image](https://cloud.githubusercontent.com/assets/1776997/15179504/64fd8f2c-17a6-11e6-903e-c4253496eb25.png)
Thank you for your help…
-
Hello!
I want to implement this thing:
- if user types `/` bot works with his/her command
- if user types something else, bot show him/her standard message
How to do the second part?