Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 899 Bytes

LocationMessage.md

File metadata and controls

14 lines (10 loc) · 899 Bytes

LocationMessage

A location type message includes the coordinates (latitude and longitude) of a location and an optional location object which can include the name and address of the location. Typically sent in response to a Location Request.

Properties

Name Type Description Notes
type str The type of message. [default to 'location']
text str The fallback text message used when location messages are not supported by the channel. [optional] [readonly]
coordinates LocationMessageCoordinates
location LocationMessageLocation [optional]

[Back to Model list] [Back to API list] [Back to README]