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

Update tags.go

Co-Authored-By: SUMUKHA-PK <sumukhapk46@gmail.com>
This commit is contained in:
Andrew Morgan 2019-03-26 22:01:15 +05:30 committed by GitHub
parent 8d38784ec2
commit da9261fac6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
package gomatrix
// Tag contains the data for a Tag which can be referenced by the Tag name
// Tag contains the data for an m.tag message type
type Tag struct {
Tags map[string]TagProperties `json:"tags"`
}