Tag -> TagContent

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

View File

@ -16,7 +16,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 {
type TagContent struct {
Tags map[string]TagProperties `json:"tags"`
}