You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Screenshot represents a screenshot of a particular game.
// For more information visit: https://api-docs.igdb.com/#screenshot
type Screenshot struct {
Image
ID int json:"id"
Game int json:"game"
}
The text was updated successfully, but these errors were encountered:
// Screenshot represents a screenshot of a particular game.
// For more information visit: https://api-docs.igdb.com/#screenshot
type Screenshot struct {
Image
ID int
json:"id"
Game int
json:"game"
}
The text was updated successfully, but these errors were encountered: