Skip to content

Commit

Permalink
Fixing last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
httd1 committed Nov 4, 2024
1 parent f0c76ae commit 00773d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Buttons.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 00773d3

Please sign in to comment.