1
0
Fork 0
mirror of synced 2025-04-02 20:56:12 +03:00

Merge pull request #22 from dendd1/master

update ig referral message
This commit is contained in:
Pavel 2025-02-25 09:44:20 +03:00 committed by GitHub
commit 8178ac8b66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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