telegram-bot-dialogs
telegram-bot-dialogs copied to clipboard
The extension for Telegram Bot API PHP SDK that allows to implement dialogs in bots
Can you demo code for Laravel. I'm tried but Hello dialogs not working... > Type error: Argument 1 passed to App\Commands\HelloCommand::__construct() must be an instance of BotDialogs\Dialogs, none given, called...
irazasyed/telegram-bot-sdk[v3.0.0]
how to fix error `zarincheg/telegram-bot-dialogs dev-master requires illuminate/support ^5.2 -> found illuminate/support[v5.2.0, ..., 5.8.x-dev] but it conflicts with another require` please update packge or help me to install packge !!!
An error occurs while installing the package ``` In BotsManager.php line 29: Argument 1 passed to Telegram\Bot\BotsManager::__construct() must be of the type array, null given, called in /var/www/...../vendor/irazasye d/telegram-bot-sdk/src/Laravel/TelegramServiceProvider.php on...
Hello, I need to validate answer for a step and, if it's wrong, I need to send message with error and stay on the step and give user a next...
for this code in a dialog method ```php $inlineKeyboard = [ 'inline_keyboard' => [ [['text' => 'test1', 'callback_data' => '1']], [['text' => 'test2', 'callback_data' => '1']], [['text' => 'test3', 'callback_data'...
``` FatalThrowableError in Dialogs.php line 36: Type error: Argument 2 passed to BotDialogs\Dialogs::__construct() must be an instance of Predis\Client, instance of Illuminate\Redis\RedisManager given, called in /path/to/project/vendor/zarincheg/telegram-bot-dialogs/src/Laravel/DialogsServiceProvider.php on line 31 ```...