Makes a bot send a location information message.
| Parameter | Type | Required | Description |
|---|---|---|---|
| type | string | Y | Set this parameter to "location". |
| title | string | Y | Message content. Maximum length: 100 characters |
| address | string | Y | Message content. Maximum length: 100 characters |
| latitude | float | Y | Latitude value |
| longitude | float | Y | Longitude value |
{ "content": { "type": "location", "title": "my location", "address": "1-3 Kioicho, Chiyoda-ku, Tokyo, 102-8282, Japan", "latitude": 35.67966, "longitude": 139.73669 }}