1
0
Fork 0
mirror of https://github.com/matrix-org/gomatrix synced 2025-05-15 20:13:22 +00:00

Tag->TagContent

This commit is contained in:
SUMUKHA-PK 2019-03-26 22:25:57 +05:30
parent 8aae639f6b
commit c58e5d92a5

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