1
0
Fork 0
mirror of synced 2025-04-04 21:53:37 +03:00

add title to payload

This commit is contained in:
Pavel 2020-12-10 17:47:36 +03:00
parent 0a2552c940
commit 1d59bfd18c

View file

@ -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"`
}