Skip to content

Commit

Permalink
TelegramCommand fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luzrain committed Feb 28, 2024
1 parent 4a01302 commit 423c52c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/TelegramBot/TelegramCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ public function getUser(): Type\User
protected function reply(
string $text,
string|null $parseMode = null,
/** @deprecated */
bool|null $disableWebPagePreview = null,
bool|null $disableNotification = null,
bool|null $protectContent = null,
Type\InlineKeyboardMarkup|Type\ReplyKeyboardMarkup|Type\ReplyKeyboardRemove|Type\ForceReply|null $replyMarkup = null,
Expand Down

0 comments on commit 423c52c

Please sign in to comment.