Module ruma_events::tag[][src]

Expand description

Types for the m.tag event.

Structs

InvalidUserTagName

An error returned when attempting to create a UserTagName with a string that would make it invalid.

TagEventContent

The payload for TagEvent.

TagInfo

Information about a tag.

UserTagName

A user-defined tag name.

Enums

TagName

The name of a tag.

Type Definitions

TagEvent

Informs the client of tags on a room.

Tags

Map of tag names to tag info.