Skip to content

Commit

Permalink
Revert latest (wrong) changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Nov 24, 2024
1 parent a83062b commit 0efd47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Laravel/Facades/Dialogs.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @method static void activate(\KootLabs\TelegramBotDialogs\Dialog $dialog) Activate a given Dialog, so processUpdate() will execute it.
* @method static void processUpdate(\Telegram\Bot\Objects\Update $update) Pass Update into the active Dialog (if any) to process it.
* @method static \KootLabs\TelegramBotDialogs\DialogManager setBot(\Telegram\Bot\Api $bot) Change the Bot instance to use for API calls.
* @method static void initiateDialog(array $updateData = []) Initiate a new Dialog from the server side.
* @method static void initiateDialog(\KootLabs\TelegramBotDialogs\Dialog $dialog, array $updateData = []) Initiate a new Dialog from the server side.
*/
final class Dialogs extends Facade
{
Expand Down

0 comments on commit 0efd47f

Please sign in to comment.