botman / driver-telegram

BotMan Telegram Driver
MIT License
86 stars 75 forks source link

Class 'BotMan\BotMan\Messages\Attachments\Contact' not found #96

Closed komarove closed 2 years ago

komarove commented 3 years ago

Description:

When I send contact to bot I got error in vendor\\botman\\driver-telegram\\src\\TelegramContactDriver.php. There is no class BotMan\BotMan\Messages\Attachments\Contact

Steps To Reproduce:

Send contact to bot.

filippotoso commented 2 years ago

I just tested this code and it works correctly.

        $this->askForContact('Please share a contact.', function ($contact) {
            $this->say(print_r($contact, true));
        });