fix postback payload description in message
This commit is contained in:
parent
3c316fdc8f
commit
da8451cf85
15
message.go
15
message.go
@ -130,17 +130,14 @@ type PostBack struct {
|
||||
Recipient Recipient `json:"-"`
|
||||
// Time is when the message was sent.
|
||||
Time time.Time `json:"-"`
|
||||
// PostBack Payload
|
||||
Payload PostBackPayload `json:"payload"`
|
||||
// PostBack ID
|
||||
Payload string `json:"payload"`
|
||||
// Optional referral info
|
||||
Referral Referral `json:"referral"`
|
||||
}
|
||||
|
||||
// PostBackPayload represents payload data in PostBack
|
||||
type PostBackPayload struct {
|
||||
Title string `json:"title"`
|
||||
Payload string `json:"payload"`
|
||||
Mid string `json:"mid"`
|
||||
// Title for the CTA that was clicked on
|
||||
Title string `json:"title"`
|
||||
// Message ID
|
||||
Mid string `json:"mid"`
|
||||
}
|
||||
|
||||
type AccountLinking struct {
|
||||
|
Loading…
Reference in New Issue
Block a user