Use this method to send point on the map. On success, the sent Message is returned.
Values inside $content:
\param $content the request parameters as array
\return the JSON Telegram's reply
Values inside $content:
Parameters | Type | Required | Description |
chat_id | Integer | Yes | Unique identifier for the message recipient — User or GroupChat id |
latitude | Float number | Yes | Latitude of location |
longitude | Float number | Yes | Longitude of location |
reply_to_message_id | Integer | Optional | If the message is a reply, ID of the original message |
reply_markup | ReplyKeyboardMarkup or ReplyKeyboardHide or ForceReply | Optional | Additional interface options. A JSON-serialized object for a custom reply keyboard, instructions to hide keyboard or to force a reply from the user. |
public sendLocation ( array $content ) | ||
$content | array |