pub type TagEvent = RoomAccountDataEvent<TagEventContent>;Expand description
An m.tag event.
Aliased Type§
pub struct TagEvent {
pub content: TagEventContent,
}Fields§
§content: TagEventContentData specific to the event type.
pub type TagEvent = RoomAccountDataEvent<TagEventContent>;An m.tag event.
pub struct TagEvent {
pub content: TagEventContent,
}content: TagEventContentData specific to the event type.