From a26048aaefbc71029e56f237ae7128262202430a Mon Sep 17 00:00:00 2001 From: AmirHossein Date: Fri, 6 Sep 2024 03:43:19 +0330 Subject: [PATCH] update: add new UPDATE_TYPE comment and upgrade laraquest to 0.7 --- composer.json | 2 +- config/bot.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 71a902a..e99549f 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "minimum-stability": "stable", "require": { - "laraxgram/laraquest" : "^0.6", + "laraxgram/laraquest" : "^0.7", "laraxgram/core": "^0.6" } } diff --git a/config/bot.php b/config/bot.php index 299ee68..5c98106 100644 --- a/config/bot.php +++ b/config/bot.php @@ -89,10 +89,11 @@ /* * The type of update received. - * 1 - sync + * 1 - sync (out of LaraGram) * 2 - global (default) * 3 - openswoole (recommended) * 4 - swoole + * 5 - polling * (Required) */ 'UPDATE_TYPE' => 'global',