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
566b83c1b0
commit
58c78fd8f1
1
tags.go
1
tags.go
|
@ -1,6 +1,7 @@
|
||||||
package gomatrix
|
package gomatrix
|
||||||
|
|
||||||
// Tag contains the data for an m.tag message type
|
// 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 Tag struct {
|
||||||
Tags map[string]TagProperties `json:"tags"`
|
Tags map[string]TagProperties `json:"tags"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue