Skip to content

Commit

Permalink
feat: PhotosPhotoFull add OrigPhoto
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Jan 11, 2022
1 parent 9cc563b commit 6bde289
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions object/photos.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ type PhotosPhotoFull struct {
Photo1280 string `json:"photo_1280"` // URL of image with 1280 px width
Photo2560 string `json:"photo_2560"` // URL of image with 2560 px width
Sizes []PhotosPhotoSizes `json:"sizes"`
OrigPhoto PhotosPhotoSizes `json:"orig_photo"`
}

// ToAttachment return attachment format.
Expand Down

0 comments on commit 6bde289

Please sign in to comment.