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:
parent
566b83c1b0
commit
58c78fd8f1
1 changed files with 1 additions and 0 deletions
1
tags.go
1
tags.go
|
@ -1,6 +1,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 {
|
||||
Tags map[string]TagProperties `json:"tags"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue