Skip to content

Commit 32ad08b

Browse files
imaminoplanman
authored andcommitted
messages with type of contact now can be handled by ContactCommand.
1 parent 0f8e027 commit 32ad08b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Telegram.php

+1
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ public function processUpdate(Update $update)
474474
'pinned_message',
475475
'invoice',
476476
'successful_payment',
477+
'contact',
477478
], true)
478479
) {
479480
$command = $this->getCommandFromType($type);

0 commit comments

Comments
 (0)