Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Media id has changed from string to int64 (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
olimpias authored and ahmdrz committed Jan 28, 2020
1 parent df999f9 commit f47fe60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type InboxItem struct {

// Media is image or video
Media struct {
ID string `json:"id"`
ID int64 `json:"id"`
Images Images `json:"image_versions2"`
OriginalWidth int `json:"original_width"`
OriginalHeight int `json:"original_height"`
Expand Down

0 comments on commit f47fe60

Please sign in to comment.