This object represents an incoming response triggered by a user interacting with a callback cell that is configured to request location or contact information. It is sent when the button’s form
type is set to location
or phone_number
.
Field | Type | Required | Description |
---|---|---|---|
latitude |
String | Optional | Returned only if the cell_query type is location . Represents the user's current latitude. |
longitude |
String | Optional | Returned only if the cell_query type is location . Represents the user's current longitude. |
contact |
String | Optional | Returned only if the cell_query type is phone_number . Represents the user's shared phone number. |