From 58c78fd8f18fc968d29a69cc8116b3572b244462 Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Tue, 26 Mar 2019 22:01:34 +0530 Subject: [PATCH] Update tags.go Co-Authored-By: SUMUKHA-PK --- tags.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tags.go b/tags.go index c00685b..57edabd 100644 --- a/tags.go +++ b/tags.go @@ -1,6 +1,7 @@ package gomatrix // Tag contains the data for an m.tag message type +// https://matrix.org/docs/spec/client_server/r0.4.0.html#m-tag type Tag struct { Tags map[string]TagProperties `json:"tags"` }