From fcd4b5adc7e20aafe0fb08e80ec403dbc507dfce Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Thu, 25 Aug 2016 13:03:44 +0100 Subject: [PATCH] Comments --- src/github.com/matrix-org/go-neb/matrix/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/github.com/matrix-org/go-neb/matrix/types.go b/src/github.com/matrix-org/go-neb/matrix/types.go index 1d1f20f..08dc1ba 100644 --- a/src/github.com/matrix-org/go-neb/matrix/types.go +++ b/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"`