mirror of https://github.com/matrix-org/gomatrix
Update tags.go
Co-Authored-By: SUMUKHA-PK <sumukhapk46@gmail.com>
This commit is contained in:
parent
8d38784ec2
commit
da9261fac6
2
tags.go
2
tags.go
|
@ -1,6 +1,6 @@
|
||||||
package gomatrix
|
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 {
|
type Tag struct {
|
||||||
Tags map[string]TagProperties `json:"tags"`
|
Tags map[string]TagProperties `json:"tags"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue