commit
8178ac8b66
1 changed files with 3 additions and 1 deletions
|
@ -94,8 +94,10 @@ type IGMessageProduct struct {
|
|||
ID string `json:"id,omitempty"`
|
||||
}
|
||||
|
||||
// IGMessageReferral represents Instagram message referral with product ID.
|
||||
// IGMessageReferral represents Instagram message referral with ad data and product ID.
|
||||
type IGMessageReferral struct {
|
||||
// Ad data
|
||||
Referral
|
||||
// Product data.
|
||||
Product IGMessageProduct `json:"product,omitempty"`
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue