Eleirbag89 / TelegramBotPHP

A very simple PHP Telegram Bot API for sending messages.
http://eleirbag89.github.io/TelegramBotPHP
MIT License
794 stars 343 forks source link

Unable to get phone number #267

Closed nadermoradi closed 2 years ago

nadermoradi commented 2 years ago

I have the old version of this script that could get the contact's phone number, but the new version does not have this function. public function getContactPhoneNumber() { if ($this->getUpdateType() == 'contact') return $this->data["message"]["contact"]["phone_number"]; }

Eleirbag89 commented 2 years ago

Done ;)