Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona authored and github-actions[bot] committed May 31, 2024
1 parent 595816d commit 25fc039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Handlers/WebhookHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ protected function handleInlineQuery(InlineQuery $inlineQuery): void
protected function setupChat(): void
{

if (isset($this->message)){
if (isset($this->message)) {
$telegramChat = $this->message->chat();
} else {
$telegramChat = $this->callbackQuery?->message()?->chat();
Expand Down

0 comments on commit 25fc039

Please sign in to comment.