Location

봇이 위치정보 메시지를 전송할 수 있다.

Request Content {#location-request}

파라미터타입필수 여부설명
typestringY"location"로 고정
titlestringY문자 메시지 내용
최대 글자수: 100자
addressstringY문자 메시지 내용
최대 글자수: 100자
latitudefloatY위도 값
longitudefloatY경도 값

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  }}