Sequence Location field

pull/60/head
Peng-Jie 8 years ago
parent 6217b8a41b
commit 1e02352d3f

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