Type Alias RoomMediaPreviewConfigEvent

Source
pub type RoomMediaPreviewConfigEvent = RoomAccountDataEvent<MediaPreviewConfigEventContent>;
Expand description

A room m.media_preview_config event.

Aliased Type§

pub struct RoomMediaPreviewConfigEvent {
    pub content: MediaPreviewConfigEventContent,
}

Fields§

§content: MediaPreviewConfigEventContent

Data specific to the event type.