Browse Source

Comments

kegan/giphy
Kegan Dougal 8 years ago
parent
commit
fcd4b5adc7
  1. 1
      src/github.com/matrix-org/go-neb/matrix/types.go

1
src/github.com/matrix-org/go-neb/matrix/types.go

@ -95,6 +95,7 @@ type TextMessage struct {
Body string `json:"body"`
}
// ImageInfo contains info about an image
type ImageInfo struct {
Height uint `json:"h"`
Width uint `json:"w"`

Loading…
Cancel
Save