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

Add title to payload

This commit is contained in:
Alex Lushpai 2020-12-10 17:49:51 +03:00 committed by GitHub
commit 46e5525929
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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