From 00773d330fe0418c217bc2e39397d76109a2987e Mon Sep 17 00:00:00 2001 From: httd1 <23122559+httd1@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:39:52 -0300 Subject: [PATCH] Fixing last commit --- src/Buttons.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Buttons.php b/src/Buttons.php index 6444e59..97cb6db 100644 --- a/src/Buttons.php +++ b/src/Buttons.php @@ -132,10 +132,10 @@ public static function inlineKeyBoardSwitchInlineQueryCurrentChat (string $text, * * @param string $text * @param string $query - * @param string $allow_user_chats - * @param string $allow_bot_chats - * @param string $allow_group_chats - * @param string $allow_channel_chats + * @param bool $allow_user_chats + * @param bool $allow_bot_chats + * @param bool $allow_group_chats + * @param bool $allow_channel_chats * * @return array */