-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Labels
Description
При получении данных контакта, заполняется только номер телефона.
viber-bot-php/src/Api/Message/Contact.php
Lines 104 to 117 in 984b6bc
| /** | |
| * Set the value of Phone number of the contact from contact array. | |
| * | |
| * @param array contact | |
| * | |
| * @return self | |
| */ | |
| public function setConcat($contact) | |
| { | |
| $this->phone_number = $contact['phone_number']; | |
| return $this; | |
| } | |
| } |
Reactions are currently unavailable