|
@@ -33,6 +33,7 @@ type Media struct {
|
|
|
|
|
|
|
|
Type MediaType `json:"type"`
|
|
Type MediaType `json:"type"`
|
|
|
MediaID string `json:"media_id"`
|
|
MediaID string `json:"media_id"`
|
|
|
|
|
+ ThumbMediaID string `json:"thumb_media_id"`
|
|
|
CreatedAt int64 `json:"created_at"`
|
|
CreatedAt int64 `json:"created_at"`
|
|
|
}
|
|
}
|
|
|
|
|
|