1
0
Fork 0
mirror of synced 2025-04-06 22:53:35 +03:00

update ig referral message

This commit is contained in:
Суханов Данила 2025-02-24 17:24:41 +03:00
parent e378e55563
commit 4c8bef9e8f

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