Merge pull request #60 from neighborhood999/location-field

Sequence Location field moved around
pull/65/head
Ian Byrd 8 years ago committed by GitHub
commit 87d59cb737

@ -155,8 +155,8 @@ type Contact struct {
// Location object represents geographic position.
type Location struct {
Longitude float32 `json:"longitude"`
Latitude float32 `json:"latitude"`
Longitude float32 `json:"longitude"`
}
// Callback object represents a query from a callback button in an

Loading…
Cancel
Save