Skip to content

Commit

Permalink
Merge pull request #143 from geosonic/patch-9
Browse files Browse the repository at this point in the history
animation_url in sticker object
  • Loading branch information
SevereCloud authored Oct 13, 2020
2 parents d7bbeb7 + e4a92d5 commit 23f2a61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions object/object.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ type BaseSticker struct {
ImagesWithBackground []BaseImage `json:"images_with_background"`
ProductID int `json:"product_id"`
StickerID int `json:"sticker_id"`
AnimationURL string `json:"animation_url"`
}

// MaxSize return the largest BaseSticker.
Expand Down

0 comments on commit 23f2a61

Please sign in to comment.