Tag->TagContent

This commit is contained in:
SUMUKHA-PK 2019-03-26 22:25:57 +05:30
parent 8aae639f6b
commit c58e5d92a5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
package gomatrix
// Tag contains the data for an m.tag message type
// TagContent contains the data for an m.tag message type
// https://matrix.org/docs/spec/client_server/r0.4.0.html#m-tag
type TagContent struct {
Tags map[string]TagProperties `json:"tags"`