diff --git a/receiving.go b/receiving.go index 4bb1543..d7bd3d7 100644 --- a/receiving.go +++ b/receiving.go @@ -113,6 +113,7 @@ type QuickReply struct { // Payload is the information on where an attachment is. type Payload struct { URL string `json:"url,omitempty"` + Title string `json:"title,omitempty"` // Coordinates is Lat/Long pair of location pin Coordinates *Coordinates `json:"coordinates,omitempty"` }