-
Hi,
I'm using your package to develop a Telegram Bot with Laravel framework.
I'm using the latest version of your package and Laravel 5.4.9 but I've some questions about it.
Following the gui…
-
Hi dear,
I'm gonna to get received photo File Id and send it again.
```
$photo = $message->getPhoto();
$response = $telegram->sendPhoto([
'chat_id' => $chat_id,
'photo' => $photo[0]-…
-
Hi there
when will U release version 3?
because I've seen you added some method in Api.php like answerCallbackQuery or editMessage ...etc. but you wouldn't release it yet.
Best
jsina updated
7 years ago
-
Hi, I have several Bot in my application but there is only one set of configurations in the config file.
I think it should be possible to set multiple bots, like what we do when [Using Multiple Datab…
-
@zarincheg will extension work without Laravel ? I'm use different framework.
Please, provide example of config.php (with description of possible options) file and how to configure dialogues withou…
-
I wanna send a message when a inline button attached, but I don't know How to catch `CallbackQuery `object via **Webhook**.
Maybe a simple example be enough!
-
I saw the lessons Real-time Laravel with Socket.io and made a little different project and it works fine on homestead (local machine). But on production server wich was provisioned with the Forge and …
-
Where can I see documentation for 3.*@dev version ?
-
Hi, in an issue @irazasyed gave this example for inline keyboard. I tested it and it doesn't work. Is there any problem with my code?
```
-
I am using v2.2.0 of this brilliant package and I am wondering how to fire a command by user!!
I used this way for creating a command for my bot:
at first I added bellow line to telegram.php
` …