Closed ghost closed 7 years ago
OK, I got it finally.
All the three parameters should be defined. Otherwise, the second one acts as request_contact. So I changed the code to the following, and it worked like a charm.
$option = array(array($telegram->buildKeyboardButton("Button",false,true)));
Hi,
The following code supposed to request for user's location, but it asks about sharing phone number, instead.
Is request_location implemented in this API? Thanks