Update tags.go

Co-Authored-By: SUMUKHA-PK <sumukhapk46@gmail.com>
This commit is contained in:
Andrew Morgan 2019-03-26 22:01:34 +05:30 committed by GitHub
parent 566b83c1b0
commit 58c78fd8f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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"`
}