diff --git a/src/Telegram.php b/src/Telegram.php index c08d836d3..7a1d78984 100644 --- a/src/Telegram.php +++ b/src/Telegram.php @@ -481,6 +481,7 @@ public function processUpdate(Update $update) 'pinned_message', 'invoice', 'successful_payment', + 'contact', ], true) ) { $command = $this->getCommandFromType($type);