Location

Makes a bot send a location information message.

Request content {#location-request}

ParameterTypeRequiredDescription
typestringYSet this parameter to "location".
titlestringYMessage content.
Maximum length: 100 characters
addressstringYMessage content.
Maximum length: 100 characters
latitudefloatYLatitude value
longitudefloatYLongitude value

Request example {#location-request-example}

{  "content": {    "type": "location",    "title": "my location",    "address": "1-3 Kioicho, Chiyoda-ku, Tokyo, 102-8282, Japan",    "latitude": 35.67966,    "longitude": 139.73669  }}