Skip to content

Commit

Permalink
Adding video_file_id to File type (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgoose authored Apr 4, 2024
1 parent da97804 commit 9961999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vimeo/videos.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ type Stats struct {

// File internal object provides access to video file information
type File struct {
FileID string `json:"video_file_id,omitempty"`
Quality string `json:"quality,omitempty"`
Type string `json:"type,omitempty"`
Width int `json:"width,omitempty"`
Expand Down

0 comments on commit 9961999

Please sign in to comment.