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

Media id has changed from string to int64 #295

Merged
merged 1 commit into from
Jan 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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