8 lines
184 B
Go
8 lines
184 B
Go
package fields
|
|
|
|
type MediaMetas struct {
|
|
ParentHash string `json:"parent_hash,omitempty"`
|
|
Short bool `json:"short,omitempty"`
|
|
Duration int64 `json:"duration,omitempty"`
|
|
}
|