Skip to content

Commit 956d6d5

Browse files
committed
Typo
1 parent 0ed0cbf commit 956d6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Telegram/Updates.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function __construct(?object $data, bool $enableDefaultUpdates = false){
5353
$upd->chat_join_request->from ??
5454
null;
5555

56-
$upd->chat = $upd->mgs->chat ??
56+
$upd->chat = $upd->msg->chat ??
5757
$upd->callback_query->message->chat ??
5858
$upd->my_chat_member->chat ??
5959
$upd->chat_member->chat ??

0 commit comments

Comments
 (0)