Type Alias matrix_sdk_base::ruma::events::tag::TagEvent

source ·
pub type TagEvent = RoomAccountDataEvent<TagEventContent>;
Expand description

An m.tag event.

Aliased Type§

struct TagEvent {
    pub content: TagEventContent,
}

Fields§

§content: TagEventContent

Data specific to the event type.